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:15:32 -07:00 committed by GitHub
parent d8a0ed3627
commit d85df5fed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" )
{