mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -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):
|
||||
pass
|
||||
|
||||
def __call__(self, commandString, fLocally = 1, serverNum = None):
|
||||
def __call__(self, commandString, fLocally = 1, serverList = None):
|
||||
if fLocally:
|
||||
# Execute locally
|
||||
exec( commandString, __builtins__ )
|
||||
|
Loading…
x
Reference in New Issue
Block a user