summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-09-19 16:18:10 +0200
committertpart <tpart120@proton.me>2024-09-19 16:18:16 +0200
commit83f56b920177c76dde540c3ea5d2c4d53381c866 (patch)
tree0a2de77044e2324bc212e7843f1791f7a37f9af9
parent0e00643a93e67433b60ecc80f008b90d104f8fee (diff)
downloadhurrycurry-83f56b920177c76dde540c3ea5d2c4d53381c866.tar
hurrycurry-83f56b920177c76dde540c3ea5d2c4d53381c866.tar.bz2
hurrycurry-83f56b920177c76dde540c3ea5d2c4d53381c866.tar.zst
Fix hint system not starting
-rw-r--r--client/game.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/game.gd b/client/game.gd
index 6e37ec20..622bb38f 100644
--- a/client/game.gd
+++ b/client/game.gd
@@ -202,7 +202,7 @@ func handle_packet(p):
await get_parent()._menu_open()
map.autobake = true
- if lobby: popup_message.lobby()
+ if in_lobby: popup_message.lobby()
else: popup_message.ingame()
else:
map.autobake = false