mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-07-09 21:38:09 -05:00
Tranzit: optimize bus wallbuy code
This commit is contained in:
@ -6,13 +6,6 @@
|
||||
init_weapon_upgrade()
|
||||
{
|
||||
init_spawnable_weapon_upgrade();
|
||||
weapon_spawns = [];
|
||||
weapon_spawns = getentarray("weapon_upgrade", "targetname");
|
||||
|
||||
for (i = 0; i < weapon_spawns.size; i++)
|
||||
{
|
||||
scripts\zm\replaced\utility::wallbuy(weapon_spawns[i].zombie_weapon_upgrade, weapon_spawns[i].target + "_weapon_upgrade", weapon_spawns[i].targetname, weapon_spawns[i].origin, weapon_spawns[i].angles, 0);
|
||||
}
|
||||
}
|
||||
|
||||
init_spawnable_weapon_upgrade()
|
||||
|
Reference in New Issue
Block a user