Update leenkx/blender/lnx/logicnode/network/LN_network_send_message.py
This commit is contained in:
		| @ -89,7 +89,8 @@ class NetworkSendMessageNode(LnxLogicTreeNode): | ||||
|         default='string') | ||||
|  | ||||
|  | ||||
|     def __init__(self): | ||||
|     def __init__(self, *args, **kwargs): | ||||
|         super(NetworkSendMessageNode, self).__init__(*args, **kwargs) | ||||
|         array_nodes[str(id(self))] = self | ||||
|  | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user