mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-06-28 07:01:50 +00:00
fix
This commit is contained in:
@ -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" );
|
||||
|
Reference in New Issue
Block a user