mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
missing semicolon
This commit is contained in:
parent
e5a9fadcec
commit
17156d5480
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user