diff --git a/leenkx/blender/lnx/logicnode/network/LN_network_event.py b/leenkx/blender/lnx/logicnode/network/LN_network_event.py index 7945f967..ab8b9589 100644 --- a/leenkx/blender/lnx/logicnode/network/LN_network_event.py +++ b/leenkx/blender/lnx/logicnode/network/LN_network_event.py @@ -74,7 +74,8 @@ class NetworkEventNode(LnxLogicTreeNode): default='onopen') - def __init__(self): + def __init__(self, *args, **kwargs): + super(NetworkEventNode, self).__init__(*args, **kwargs) array_nodes[str(id(self))] = self