1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-23 05:30:41 -05:00

Fix Origins error

This commit is contained in:
Jbleezy
2022-01-31 22:10:06 -08:00
parent 2a81f22eff
commit 1707502cdc

View File

@ -46,7 +46,7 @@ tomb_special_weapon_magicbox_check(weapon)
} }
if ( isDefined( level.zombie_weapons[ weapon ].shared_ammo_weapon ) ) if ( isDefined( level.zombie_weapons[ weapon ].shared_ammo_weapon ) )
{ {
if ( self has_weapon_or_upgrade( level.zombie_weapons[ weapon ].shared_ammo_weapon ) ) if ( self maps/mp/zombies/_zm_weapons::has_weapon_or_upgrade( level.zombie_weapons[ weapon ].shared_ammo_weapon ) )
{ {
return 0; return 0;
} }