diff options
| author | tpart <tpart120@proton.me> | 2024-09-19 16:18:10 +0200 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2024-09-19 16:18:16 +0200 |
| commit | 83f56b920177c76dde540c3ea5d2c4d53381c866 (patch) | |
| tree | 0a2de77044e2324bc212e7843f1791f7a37f9af9 /client/game.gd | |
| parent | 0e00643a93e67433b60ecc80f008b90d104f8fee (diff) | |
| download | hurrycurry-83f56b920177c76dde540c3ea5d2c4d53381c866.tar hurrycurry-83f56b920177c76dde540c3ea5d2c4d53381c866.tar.bz2 hurrycurry-83f56b920177c76dde540c3ea5d2c4d53381c866.tar.zst | |
Fix hint system not starting
Diffstat (limited to 'client/game.gd')
| -rw-r--r-- | client/game.gd | 2 |
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 |