mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +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();
|
P_MapEnd();
|
||||||
|
|
||||||
|
player->pflags |= PF_TRUSTWAYPOINTS;
|
||||||
|
player->bigwaypointgap = 0;
|
||||||
|
|
||||||
S_StartSound(player->mo, sfx_mixup);
|
S_StartSound(player->mo, sfx_mixup);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue