1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-28 15:11:49 +00:00
This commit is contained in:
ineedbots
2021-11-14 00:26:18 -06:00
parent 2c32e8a950
commit dc2a66fa92
2 changed files with 7 additions and 7 deletions

View File

@ -166,8 +166,8 @@ syncXPStat()
rank_init()
{
level.scoreInfo = [];
level.xpScale = getdvarint( "scr_xpscale" );
level.weaponxpscale = getdvarint( "scr_weaponxpscale" );
level.xpScale = getdvarint( "scr_xpscale_" );
level.weaponxpscale = getdvarint( "scr_weaponxpscale_" );
level.rankTable = [];
level.weaponRankTable = [];
precacheshader( "white" );