mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-02 13:12:50 +00:00
Oopsie 2
This commit is contained in:
parent
2e71bbf96e
commit
9368818731
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ void P_GiveFinishFlags(player_t *player)
|
|||
if (!player->mo)
|
||||
return;
|
||||
|
||||
if !(netgame||multiplayer)
|
||||
if (!(netgame||multiplayer))
|
||||
return;
|
||||
|
||||
for (i = 0; i < 3; i++)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue