From 17156d54808c1d9de98c2fb0911236ec15a022c0 Mon Sep 17 00:00:00 2001 From: Salluci Date: Thu, 13 Jul 2023 13:56:40 +0300 Subject: [PATCH] missing semicolon --- addons/csw/functions/fnc_proxyWeapon.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/csw/functions/fnc_proxyWeapon.sqf b/addons/csw/functions/fnc_proxyWeapon.sqf index 8771dc8b39..bd49e3f3dd 100644 --- a/addons/csw/functions/fnc_proxyWeapon.sqf +++ b/addons/csw/functions/fnc_proxyWeapon.sqf @@ -39,7 +39,7 @@ if (!_needed) exitWith { TRACE_2("not needed",_needed,_proxyWeapon); }; // Config case for hashmap key _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 if !(_proxyWeapon in GVAR(compatibleMagsCache)) then {