mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-22 21:20:15 -05:00
Grief: remove map rotation string va function call
This commit is contained in:
@ -1952,7 +1952,7 @@ random_map_rotation()
|
|||||||
}
|
}
|
||||||
|
|
||||||
num = randomInt(rotation_data.location.size);
|
num = randomInt(rotation_data.location.size);
|
||||||
rotation_string = va( "exec zm_%s_%s.cfg map %s", "grief", rotation_data.location[num], rotation_data.mapname[num] );
|
rotation_string = "exec zm_grief_" + rotation_data.location[num] + ".cfg map " + rotation_data.mapname[num];
|
||||||
setDvar( "sv_maprotation", rotation_string );
|
setDvar( "sv_maprotation", rotation_string );
|
||||||
setDvar( "sv_maprotationCurrent", rotation_string );
|
setDvar( "sv_maprotationCurrent", rotation_string );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user