chore: update
All checks were successful
lint / Lint GSC files (push) Successful in 7s

This commit is contained in:
2025-02-06 18:55:09 +01:00
parent bf078ff3f3
commit 2e4957f11f

View File

@ -29,7 +29,7 @@ init_stub()
level.scoreinfo = [];
level.xpscale = getdvarint( "scr_xpscale" );
level.xpscale = max( level.xpscale, 0 );
level.xpscale = max( level.xpscale, 1 );
level.ranktable = [];
level.weaponranktable = [];
precacheshader( "white" );