mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 02:18:26 +00:00
Fix issue where new replays get saved even if done with CPs.
This commit is contained in:
parent
e2ebae86aa
commit
09dee3ce29
@ -1226,6 +1226,11 @@ public void Shavit_OnStop(int client)
|
|||||||
|
|
||||||
public void Shavit_OnFinish(int client, int style, float time, int jumps, int strafes, float sync, int track)
|
public void Shavit_OnFinish(int client, int style, float time, int jumps, int strafes, float sync, int track)
|
||||||
{
|
{
|
||||||
|
if(Shavit_IsPracticeMode(client))
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
gB_Record[client] = false;
|
gB_Record[client] = false;
|
||||||
|
|
||||||
float fWR = 0.0;
|
float fWR = 0.0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user