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 8cd648a6..875e5fa7 100644
--- a/client/game.gd
+++ b/client/game.gd
@@ -263,7 +263,7 @@ func handle_packet(p):
"server_message":
var mstr := get_message_str(p.message)
if p.error:
- popup_message.display_server_msg(tr("c.error.server").format([mstr]))
+ # popup_message.display_server_msg(tr("c.error.server").format([mstr]))
push_error(tr("c.error.server").format([mstr]))
else:
popup_message.display_server_msg(mstr)