cp bug fix (#951)

deadwinter says the blame is 33% him, 33% me and 34% shavit cus it's his timer
This commit is contained in:
Nairda 2020-08-07 00:26:46 +02:00 committed by GitHub
parent 697cb409f1
commit 08050e23ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1717,7 +1717,7 @@ public Action Command_Save(int client, int args)
}
bool bOverflow = gA_Checkpoints[client].Length >= iMaxCPs;
int index = gI_CurrentCheckpoint[client];
int index = gA_Checkpoints[client].Length;
if(!bSegmenting)
{