Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
remove cp chat message
Browse files Browse the repository at this point in the history
  • Loading branch information
totles committed Feb 17, 2019
1 parent 6f73aca commit fe768a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions addons/sourcemod/scripting/surftimer/misc.sp
Original file line number Diff line number Diff line change
Expand Up @@ -3966,9 +3966,6 @@ public void Checkpoint(int client, int zone, int zonegroup, float time)
/* Finish the call, get the result */
Call_Finish();

if (g_bCheckpointsEnabled[client])
CPrintToChat(client, "%t", "Misc30", g_szChatPrefix, g_iClientInZone[client][1] + 1, szTime, szDiff, sz_srDiff);

Format(szSpecMessage, sizeof(szSpecMessage), "%t", "Misc31", g_szChatPrefix, szName, g_iClientInZone[client][1] + 1, szTime, szDiff, sz_srDiff);
CheckpointToSpec(client, szSpecMessage);

Expand Down

0 comments on commit fe768a8

Please sign in to comment.