From 2e4957f11f2a0ea2be0b7603279ddef90431c34b Mon Sep 17 00:00:00 2001 From: diamante0018 Date: Thu, 6 Feb 2025 18:55:09 +0100 Subject: [PATCH] chore: update --- raw/scripts/mp/_patches.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raw/scripts/mp/_patches.gsc b/raw/scripts/mp/_patches.gsc index 0063269..8caa969 100644 --- a/raw/scripts/mp/_patches.gsc +++ b/raw/scripts/mp/_patches.gsc @@ -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" );