warning is pointless

This commit is contained in:
Rendo 2025-11-26 23:05:37 +05:00
commit af094878b9

View file

@ -17,8 +17,6 @@ func _ready() -> void:
states[child.name] = child
child.machine = self
child.transition.connect(on_transition_required)
else:
push_warning("Child of state machine is not state")
@rpc("authority","call_local","reliable")
func use_begin() -> void: