remove stupid

This commit is contained in:
Salluci 2023-07-13 13:55:08 +03:00
parent d9466e7586
commit ddf1f1149d

View File

@ -22,7 +22,7 @@
params ["_mortar", "_turret", "_currentWeapon", "_proxyWeaponNeeded"];
TRACE_4("csw_getProxyWeapon",_mortar,_turret,_currentWeapon,_proxyWeaponNeeded);
private _newWeapon = _currentWeapon;
private _newWeapon = "";
if (GVAR(useAmmoHandling)) then {
if (_currentWeapon != "mortar_82mm") exitWith { ERROR_2("unknown weapon [%1 - %2]",typeOf _mortar,_currentWeapon); };