Skip to content

Commit

Permalink
fix: Fix issue #166
Browse files Browse the repository at this point in the history
  • Loading branch information
Balloonpopper authored and StraToN committed Mar 10, 2022
1 parent a20932a commit 9037e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/escoria-core/game/core-scripts/esc_game.gd
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func _enter_tree():

# Function called when ESCGame exits the scene tree.
func _exit_tree():
escoria.action_manager.disconnect(
escoria.event_manager.disconnect(
"event_finished",
self,
"_on_event_done"
Expand Down

0 comments on commit 9037e16

Please sign in to comment.