aboutsummaryrefslogtreecommitdiff
path: root/client/game.gd
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2025-09-25 20:35:01 +0200
committertpart <tpart120@proton.me>2025-09-25 20:35:01 +0200
commitfd7c0cf155760353b877c1f1551e872e1aca0401 (patch)
treecd80f3d1d933b8a29571a150c6a2aaff05889967 /client/game.gd
parent1d031244bcadae00afe546855ce7e3f8956d6417 (diff)
downloadhurrycurry-fd7c0cf155760353b877c1f1551e872e1aca0401.tar
hurrycurry-fd7c0cf155760353b877c1f1551e872e1aca0401.tar.bz2
hurrycurry-fd7c0cf155760353b877c1f1551e872e1aca0401.tar.zst
Reduce logging to avoid cluttering output
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":