diff --git a/addons/sourcemod/scripting/gokz-core/teleports.sp b/addons/sourcemod/scripting/gokz-core/teleports.sp index fcd6d5b0..d8c07b57 100644 --- a/addons/sourcemod/scripting/gokz-core/teleports.sp +++ b/addons/sourcemod/scripting/gokz-core/teleports.sp @@ -804,6 +804,7 @@ bool CanUndoTeleport(int client, bool showError = false) void OnClientPutInServer_Teleports(int client) { + checkpointCount[client] = 0; checkpointIndex[client] = -1; checkpointIndexStart[client] = -1; checkpointIndexEnd[client] = -1; @@ -909,4 +910,4 @@ static void CheckpointTeleportDo(int client) { SetPausedOnLadder(client, false); } -} \ No newline at end of file +}