forked from LeenkxTeam/LNXSDK
Update leenkx/blender/lnx/logicnode/network/LN_network_event.py
This commit is contained in:
parent
8020599513
commit
293a612e9c
@ -74,7 +74,8 @@ class NetworkEventNode(LnxLogicTreeNode):
|
|||||||
default='onopen')
|
default='onopen')
|
||||||
|
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self, *args, **kwargs):
|
||||||
|
super(NetworkEventNode, self).__init__(*args, **kwargs)
|
||||||
array_nodes[str(id(self))] = self
|
array_nodes[str(id(self))] = self
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user