mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-12 16:46:16 +00:00
Disable item respawn in NiGHTs levels
This commit is contained in:
parent
c5003cb494
commit
c0fb5489df
1 changed files with 1 additions and 0 deletions
|
|
@ -11011,6 +11011,7 @@ void P_RespawnSpecials(void)
|
|||
|
||||
// only respawn items when cv_itemrespawn is on
|
||||
if (!(netgame || multiplayer) // Never respawn in single player
|
||||
|| (maptol & TOL_NIGHTS) // Never respawn in NiGHTs
|
||||
|| !cv_itemrespawn.value) // cvar is turned off
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue