diff --git a/korman/nodes/node_messages.py b/korman/nodes/node_messages.py index 3fff65c..1dbfe24 100644 --- a/korman/nodes/node_messages.py +++ b/korman/nodes/node_messages.py @@ -231,6 +231,7 @@ class PlasmaAnimCmdMsgNode(idprops.IDPropMixin, PlasmaMessageWithCallbacksNode, cb.event = globals()[self.event] cb.user = wait msg.addCallback(cb) + msg.setCmd(plAnimCmdMsg.kAddCallbacks, True) def convert_message(self, exporter, so): msg = plAnimCmdMsg()