Remove PiratesMagicWordManager VR Studio code reference

This commit is contained in:
Tohka 2016-11-01 17:25:47 +02:00 committed by rdb
parent b0a8408755
commit e9a43a21fa

View File

@ -26,11 +26,7 @@ class DistributedObjectGlobalUD(DistributedObjectUD):
def execCommand(self, command, mwMgrId, avId, zoneId):
text = str(self.__execMessage(command))[:config.GetInt("ai-debug-length",300)]
dclass = uber.air.dclassesByName.get("PiratesMagicWordManagerAI")
dg = dclass.aiFormatUpdate(
"setMagicWordResponse", mwMgrId, (1<<32)+avId, uber.air.ourChannel, [text])
uber.air.send(dg)
self.notify.info(text)
def __execMessage(self, message):
if not self.ExecNamespace: