From 9fc01007403fc94ece76bc71114b1458cc3b62d2 Mon Sep 17 00:00:00 2001 From: good-live Date: Sun, 24 Dec 2017 10:45:33 +0100 Subject: [PATCH] Update ttt_radio.sp --- addons/sourcemod/scripting/ttt/ttt_radio.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/sourcemod/scripting/ttt/ttt_radio.sp b/addons/sourcemod/scripting/ttt/ttt_radio.sp index d49d781c..dc572480 100644 --- a/addons/sourcemod/scripting/ttt/ttt_radio.sp +++ b/addons/sourcemod/scripting/ttt/ttt_radio.sp @@ -69,7 +69,7 @@ public Action Command_Radio(int client, int args) char sColor[16]; int role = TTT_GetClientRole(client); - if (role == TTT_TEAM_INNOCENT || TTT_TEAM_TRAITOR) + if (role == TTT_TEAM_INNOCENT || role == TTT_TEAM_TRAITOR) { Format(sColor, sizeof(sColor), "green"); }