From 54438b0583d662520bc9553196af45c9ca5edf6b Mon Sep 17 00:00:00 2001 From: INeedGames Date: Fri, 25 Dec 2020 01:19:32 -0600 Subject: [PATCH] ok --- main_shared/maps/mp/gametypes/_clientids.gsc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main_shared/maps/mp/gametypes/_clientids.gsc b/main_shared/maps/mp/gametypes/_clientids.gsc index 4a4f946..551a80f 100644 --- a/main_shared/maps/mp/gametypes/_clientids.gsc +++ b/main_shared/maps/mp/gametypes/_clientids.gsc @@ -5,6 +5,9 @@ init() level thread onPlayerConnect(); wait 1; + + if (getDvar("scr_xpscale_") == "") + setDvar("scr_xpscale_", 1); level.xpScale = getDvarInt("scr_xpscale_"); }