Remove space in macro

This commit is contained in:
johnb432 2024-07-27 20:02:01 +02:00
parent a5d4a51dc7
commit 76628c1fc2

View File

@ -39,7 +39,7 @@ if (!_needed) exitWith { TRACE_2("not needed",_needed,_proxyWeapon); };
// Config case for hashmap key // Config case for hashmap key
_proxyWeapon = configName (configFile >> "CfgWeapons" >> _proxyWeapon); _proxyWeapon = configName (configFile >> "CfgWeapons" >> _proxyWeapon);
if (_proxyWeapon isEqualTo "") exitWith {ERROR_1("proxy weapon non-existent for [%1]", _currentWeapon)}; if (_proxyWeapon isEqualTo "") exitWith {ERROR_1("proxy weapon non-existent for [%1]",_currentWeapon)};
// Cache compatible magazines // Cache compatible magazines
if !(_proxyWeapon in GVAR(compatibleMagsCache)) then { if !(_proxyWeapon in GVAR(compatibleMagsCache)) then {