Update leenkx/blender/lnx/logicnode/network/LN_network_event.py

This commit is contained in:
LeenkxTeam 2025-04-06 10:25:39 +00:00
parent 8020599513
commit 293a612e9c

View File

@ -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