From 834d2a370a1ca4c8ca36289ed9e6bd1bc1f69912 Mon Sep 17 00:00:00 2001 From: Osmium Sorcerer Date: Sun, 22 Mar 2026 17:40:07 +0000 Subject: Remove redundant authentication success message Server already gives the response to our authentication atttempt, there's no need for CLIENT to tell us about the "Disable Modcalls" button (which is actually labeled "Guard"). --- src/courtroom.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/courtroom.cpp b/src/courtroom.cpp index bb3f183..cdc2d9e 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -1947,7 +1947,6 @@ void Courtroom::on_authentication_state_received(int p_state) { ui_guard->show(); ui_player_list->setAuthenticated(true); - append_server_chatmessage(tr("CLIENT"), tr("You were granted the Disable Modcalls button."), "1"); } else if (p_state == 0) { -- cgit