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_"); }