mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
Remove PiratesMagicWordManager VR Studio code reference
This commit is contained in:
parent
b0a8408755
commit
e9a43a21fa
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user