mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
fix segmented checkpoints practice bug (#1023)
This commit is contained in:
parent
e08a1bf952
commit
4350ca0994
@ -2622,6 +2622,10 @@ void TeleportToCheckpoint(int client, int index, bool suppressMessage)
|
||||
{
|
||||
Shavit_SetPracticeMode(client, true, true);
|
||||
}
|
||||
else
|
||||
{
|
||||
Shavit_SetPracticeMode(client, false, true);
|
||||
}
|
||||
|
||||
SetEntityGravity(client, cpcache.fGravity);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user