Skip to content

Commit

Permalink
Update ttt_radio.sp
Browse files Browse the repository at this point in the history
  • Loading branch information
good-live committed Dec 24, 2017
1 parent 6a48b82 commit 9fc0100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/ttt/ttt_radio.sp
Expand Up @@ -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");
}
Expand Down

0 comments on commit 9fc0100

Please sign in to comment.