diff --git a/korman/nodes/node_responder.py b/korman/nodes/node_responder.py index 1e8ffe7..579275d 100644 --- a/korman/nodes/node_responder.py +++ b/korman/nodes/node_responder.py @@ -94,7 +94,7 @@ class PlasmaResponderNode(PlasmaVersionedNode, bpy.types.Node): if self.is_named_responder: return self.name else: - super().get_key_name(single, suffix, bl, so) + return super().get_key_name(single, suffix, bl, so) def export(self, exporter, bo, so): # Ensure there is not already a Responder that matches this name in the PRP