Skip to content

Commit

Permalink
fixed typo and compiled
Browse files Browse the repository at this point in the history
PS: the current crash is not caused by ckSurf, update SM instead
  • Loading branch information
nikooo777 committed Oct 7, 2016
1 parent 0a22528 commit e791269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified csgo/addons/sourcemod/plugins/ckSurf.smx
Binary file not shown.
4 changes: 2 additions & 2 deletions csgo/addons/sourcemod/scripting/ckSurf/commands.sp
Expand Up @@ -1883,8 +1883,8 @@ public Action Client_Ranks(int client, int args)

if (i != 0 && i % 3 == 0)
{
CPPrintToChat(client, ChatLine);
PrintToConsole(client, Chatline);
CPrintToChat(client, ChatLine);
PrintToConsole(client, ChatLine);
Format(ChatLine, 512, " ");
}
Format(ChatLine, 512, "%s%s%c (%ip) ", ChatLine, RankValue[RankNameColored], WHITE, RankValue[PointReq]);
Expand Down

0 comments on commit e791269

Please sign in to comment.