Removed redundant GVAR

This commit is contained in:
jonpas 2015-06-18 00:21:56 +02:00
parent 1eeca28a3d
commit 083d34b62b

View File

@ -16,8 +16,6 @@ PARAMS_3(_logic,_units,_activated);
if !(_activated) exitWith {};
GVAR(Module) = true;
[_logic, QGVAR(enable), "enable"] call EFUNC(common,readSettingFromModule);
diag_log text "[ACE]: Sitting Module Initialized.";