1
0
mirror of https://github.com/Paintball/BO2-GSC-Releases.git synced 2025-06-07 21:38:02 -05:00

Update _zm_nightmode.gsc

This commit is contained in:
Nick // Cahz 2021-06-14 05:12:39 -07:00 committed by GitHub
parent 74df3b1543
commit d8a0ed3627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ visual_fix()
wait 0.05; wait 0.05;
} }
} }
else if( level.script == "zm_prison" ) else if( level.script == "zm_prison" || level.script == "zm_tomb" )
{ {
while( getDvar( "r_lightTweakSunLight" ) != 0 ) while( getDvar( "r_lightTweakSunLight" ) != 0 )
{ {