mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Fixed dummy Cluster Client argument list
This commit is contained in:
parent
c0df808e57
commit
3a1f42409d
@ -354,7 +354,7 @@ class DummyClusterClient(DirectObject.DirectObject):
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def __call__(self, commandString, fLocally = 1, serverNum = None):
|
def __call__(self, commandString, fLocally = 1, serverList = None):
|
||||||
if fLocally:
|
if fLocally:
|
||||||
# Execute locally
|
# Execute locally
|
||||||
exec( commandString, __builtins__ )
|
exec( commandString, __builtins__ )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user