1
0
mirror of https://github.com/Paintball/BO2-GSC-Releases.git synced 2025-06-30 00:17:52 -05:00

Update _zm_nightmode.gsc

This commit is contained in:
Nick // Cahz
2021-06-14 05:15:32 -07:00
committed by GitHub
parent d8a0ed3627
commit d85df5fed9

View File

@ -49,7 +49,7 @@ enable_night_mode()
}
else if( level.script == "zm_tomb" )
{
self setclientdvar( "r_exposureValue", 4.25 );
self setclientdvar( "r_exposureValue", 4 );
}
else if( level.script == "zm_nuked" )
{