Skip to content

Commit

Permalink
fix segmented checkpoints practice bug (shavitush#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtldg committed Mar 8, 2021
1 parent e08a1bf commit 4350ca0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions addons/sourcemod/scripting/shavit-misc.sp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 4350ca0

Please sign in to comment.