Update leenkx/blender/lnx/logicnode/network/LN_network_send_message.py
This commit is contained in:
parent
1e18795d29
commit
d994d040ef
@ -89,7 +89,8 @@ class NetworkSendMessageNode(LnxLogicTreeNode):
|
|||||||
default='string')
|
default='string')
|
||||||
|
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self, *args, **kwargs):
|
||||||
|
super(NetworkSendMessageNode, 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