Skip to content

Commit

Permalink
Removec debug message lol :D
Browse files Browse the repository at this point in the history
  • Loading branch information
good-live committed Sep 23, 2016
1 parent 2e79047 commit 5af947d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/sourcemod/scripting/ttt/ttt.sp
Expand Up @@ -788,7 +788,6 @@ public Action Timer_Selection(Handle hTimer)
while(aPlayers.Length > 0)
{
client = aPlayers.Get(0);
PrintToChatAll("Setting %N Innocent", client);
if(TTT_IsClientValid(client))
{
g_iLastRole[client] = TTT_TEAM_INNOCENT;
Expand Down

0 comments on commit 5af947d

Please sign in to comment.