Disable lap cheat prevention when teleporting with console commands

This commit is contained in:
James R 2024-03-05 05:35:33 -08:00
parent 46291135a0
commit a32bb486e2

View file

@ -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);
}