aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/game.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/game.gd b/client/game.gd
index 0d32cd45..b3bd97ea 100644
--- a/client/game.gd
+++ b/client/game.gd
@@ -288,7 +288,7 @@ func handle_packet(p):
if in_lobby:
toggle_join()
elif not is_replay:
- menu.submenu("res://gui/menus/ingame/ingame.tscn")
+ menu.submenu("res://gui/menus/ingame.tscn")
"score":
if p.time_remaining != null:
overlay_score.update(p.demands_failed, p.demands_completed, p.points, p.time_remaining)