Skip to content

Commit

Permalink
#577 whoopsie (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
tslashd authored Sep 3, 2023
1 parent 669b378 commit 3257a83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/sourcemod/scripting/SurfTimer.sp
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,9 @@ public void OnClientPutInServer(int client)
LoadClientSetting(client, g_iSettingToLoad[client]);
}

/* Init the cp list with the enum we've made for it newrecord-cp-list*/
g_aCheckpointsDifference[client] = new ArrayList(sizeof(RunCheckpoints));

// Position Restoring
if (GetConVarBool(g_hcvarRestore) && !g_bRenaming && !g_bInTransactionChain)
{
Expand Down

0 comments on commit 3257a83

Please sign in to comment.