Browse Source

Fix regression introduced by typo in #400.

pull/256/merge
Adam Johnson 3 months ago
parent
commit
b919e5ca05
Signed by: Hoikas
GPG Key ID: 0B6515D6FF6F271E
  1. 2
      korman/nodes/node_messages.py

2
korman/nodes/node_messages.py

@ -54,7 +54,7 @@ class PlasmaMessageNode(PlasmaNodeBase):
class PlasmaMessageWithCallbacksNode(PlasmaMessageNode):
soutput_sockets: dict[str, dict[str, str]] = {
output_sockets: dict[str, dict[str, str]] = {
"msgs": {
"can_link": "can_link_callback",
"text": "Send On Completion",

Loading…
Cancel
Save