From e73828c35017e552e71620c4fab9745c70f2751e Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 28 Sep 2024 17:40:09 +0200 Subject: fix #189 --- client/menu/communicate/popup_message/popup_message.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/menu') diff --git a/client/menu/communicate/popup_message/popup_message.gd b/client/menu/communicate/popup_message/popup_message.gd index 513d3840..fdcc51a1 100644 --- a/client/menu/communicate/popup_message/popup_message.gd +++ b/client/menu/communicate/popup_message/popup_message.gd @@ -213,7 +213,7 @@ func _on_rotate_camera_timeout(): )])) func _on_join_while_running_timeout(): - if not game.is_joined and not Global.get_hint("has_seen_join_while_running"): + if not game.join_state == Game.JoinState.JOINED and not Global.get_hint("has_seen_join_while_running"): Global.set_hint("has_seen_join_while_running", true) display_hint_msg(tr("c.hint.join_while_running").format([display_keybind("menu")])) -- cgit v1.2.3-70-g09d2