4
4
mirror of https://github.com/H-uru/korman.git synced 2025-07-14 22:36:52 +00:00

Spawn new message input sockets

This commit is contained in:
2015-07-16 18:53:51 -04:00
parent 9552e86584
commit bfcebe8d97

View File

@ -32,6 +32,7 @@ class PlasmaMessageNode(PlasmaNodeBase):
"sender": { "sender": {
"text": "Sender", "text": "Sender",
"type": "PlasmaMessageSocket", "type": "PlasmaMessageSocket",
"spawn_empty": True,
}, },
} }