mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
UCRP_FINISHPLACE: Don't permit messed up position of 0
This commit is contained in:
parent
f411ca1e85
commit
6f62abc1ef
1 changed files with 1 additions and 0 deletions
|
|
@ -812,6 +812,7 @@ boolean M_CheckCondition(condition_t *cn, player_t *player)
|
|||
return (player->exiting
|
||||
&& !(player->pflags & PF_NOCONTEST)
|
||||
&& M_NotFreePlay(player)
|
||||
&& player->position != 0
|
||||
&& player->position <= cn->requirement);
|
||||
case UCRP_FINISHPLACEEXACT:
|
||||
return (player->exiting
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue