Skip to content

Commit

Permalink
Merge pull request #771 from Nairdaa/patch-1
Browse files Browse the repository at this point in the history
Update shavit-wr.sp
  • Loading branch information
shavitush authored Apr 5, 2019
2 parents 1ff3b32 + 3b30b17 commit 6828e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/shavit-wr.sp
Original file line number Diff line number Diff line change
Expand Up @@ -2011,7 +2011,7 @@ public void Shavit_OnFinish(int client, int style, float time, int jumps, int st
overwrite = 1;
}

else if(time <= gF_PlayerRecord[client][style][track])
else if(time < gF_PlayerRecord[client][style][track])
{
overwrite = 2;
}
Expand Down

0 comments on commit 6828e11

Please sign in to comment.