aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOsmium Sorcerer <os@sof.beauty>2026-03-22 17:40:07 +0000
committerOsmium Sorcerer <os@sof.beauty>2026-03-29 22:22:25 +0000
commit834d2a370a1ca4c8ca36289ed9e6bd1bc1f69912 (patch)
tree5b47f0bd3d4ccd06d9f7c415c5f49036b50b2e58
parent71ec10c205c756efec92ac5bee8bc9f623efdd60 (diff)
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").
-rw-r--r--src/courtroom.cpp1
1 files changed, 0 insertions, 1 deletions
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)
{