diff --git a/direct/src/distributed/DistributedObject.py b/direct/src/distributed/DistributedObject.py index fc0298b498..2551c55ea7 100644 --- a/direct/src/distributed/DistributedObject.py +++ b/direct/src/distributed/DistributedObject.py @@ -151,7 +151,7 @@ class DistributedObject(PandaObject): cdc.updateField(self, di) return None - def sendUpdate(self, fieldName, args, sendToId = None): + def sendUpdate(self, fieldName, args = [], sendToId = None): self.cr.sendUpdate(self, fieldName, args, sendToId) def taskName(self, taskString):