aboutsummaryrefslogtreecommitdiff
path: root/client/game.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/game.gd')
-rw-r--r--client/game.gd1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/game.gd b/client/game.gd
index eb3436c5..1a5e8ff6 100644
--- a/client/game.gd
+++ b/client/game.gd
@@ -330,7 +330,6 @@ func handle_packet(p):
var mstr := get_message_str(p.message)
if p.error:
overlay_popup_message.display_server_msg(tr("c.error.server").format([mstr]))
- push_error(tr("c.error.server").format([mstr]))
else:
overlay_popup_message.display_server_msg(mstr)
"server_hint":