mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
removed pesky remove None
This commit is contained in:
parent
d43ab35f10
commit
755e1737da
@ -16,7 +16,6 @@ class DistributedNode(DistributedObject.DistributedObject, NodePath):
|
||||
self.DistributedNode_initialized = 1
|
||||
self.gotStringParentToken = 0
|
||||
DistributedObject.DistributedObject.__init__(self, cr)
|
||||
return None
|
||||
|
||||
def disable(self):
|
||||
if self.activeState != DistributedObject.ESDisabled:
|
||||
|
Loading…
x
Reference in New Issue
Block a user