mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Prevent desync with modeattacking.
This commit is contained in:
parent
b501e5b358
commit
0c9fe6a878
1 changed files with 1 additions and 1 deletions
|
|
@ -3004,7 +3004,7 @@ boolean P_SetupLevel(boolean skipprecip)
|
|||
leveltime = maxstarposttime;
|
||||
}
|
||||
|
||||
if (unlockables[27].unlocked // pandora's box
|
||||
if (unlockables[27].unlocked && !modeattacking // pandora's box
|
||||
#ifndef DEVELOP
|
||||
&& !modifiedgame
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue