This commit is contained in:
INeedGames 2020-12-25 01:19:32 -06:00
parent 4501ed2342
commit 54438b0583

View File

@ -6,6 +6,9 @@ init()
wait 1;
if (getDvar("scr_xpscale_") == "")
setDvar("scr_xpscale_", 1);
level.xpScale = getDvarInt("scr_xpscale_");
}