Small correction

This commit is contained in:
Michael Braun 2015-08-05 00:16:23 +02:00
parent 13b7e7ae72
commit 1b7f7534da
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ private ["_removeAddons", "_numCfgs", "_cfg", "_requiredAddon"];
if !(isClass (configFile >> "ACE_Curator")) exitWith { ERROR("The ACE_Curator class does not exist") };
params ["_logic"]
params ["_logic"];
_removeAddons = [];
_numCfgs = count (configFile >> "ACE_Curator");

View File

@ -17,7 +17,7 @@
private ["_mouseOver", "_unit", "_surrendering"];
params ["_mouseOver", "_units", "_surrendering"];
params ["_logic", "_units", "_activated"];
if !(_activated && local _logic) exitWith {};