aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/game.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/game.gd b/client/game.gd
index 76bb271a..cd678897 100644
--- a/client/game.gd
+++ b/client/game.gd
@@ -100,6 +100,7 @@ func handle_packet(p):
player_instance.onscreen_controls.in_lobby_updated(in_lobby)
camera.target = player_instance.movement_base
is_joined = true
+ join_sent = false
joined.emit()
else:
player_instance = Player.new(p.id, p.name, p.position, p.character, self)