mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Fix sending of command to just one server
This commit is contained in:
parent
acd1e382dd
commit
e21f1eae8b
@ -117,6 +117,7 @@ class ClusterClient(DirectObject.DirectObject):
|
|||||||
# Execute remotely
|
# Execute remotely
|
||||||
if serverNum is not None:
|
if serverNum is not None:
|
||||||
self.serverList[serverNum].sendCommandString(commandString)
|
self.serverList[serverNum].sendCommandString(commandString)
|
||||||
|
else:
|
||||||
for server in self.serverList:
|
for server in self.serverList:
|
||||||
server.sendCommandString(commandString)
|
server.sendCommandString(commandString)
|
||||||
if fLocally:
|
if fLocally:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user