mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-29 11:12:30 +00:00
Disable lap cheat prevention when teleporting with console commands
This commit is contained in:
parent
46291135a0
commit
a32bb486e2
1 changed files with 3 additions and 0 deletions
|
|
@ -6078,6 +6078,9 @@ static void Got_Cheat(const UINT8 **cp, INT32 playernum)
|
|||
}
|
||||
P_MapEnd();
|
||||
|
||||
player->pflags |= PF_TRUSTWAYPOINTS;
|
||||
player->bigwaypointgap = 0;
|
||||
|
||||
S_StartSound(player->mo, sfx_mixup);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue