mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-08 19:08:27 +00:00
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:
parent
697cb409f1
commit
08050e23ac
@ -1717,7 +1717,7 @@ public Action Command_Save(int client, int args)
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool bOverflow = gA_Checkpoints[client].Length >= iMaxCPs;
|
bool bOverflow = gA_Checkpoints[client].Length >= iMaxCPs;
|
||||||
int index = gI_CurrentCheckpoint[client];
|
int index = gA_Checkpoints[client].Length;
|
||||||
|
|
||||||
if(!bSegmenting)
|
if(!bSegmenting)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user