Fix attempt.

This commit is contained in:
voiper
2015-08-11 10:49:39 -07:00
parent e5eaefafdb
commit 2144a56be1
17 changed files with 502 additions and 41 deletions

View File

@ -12,12 +12,15 @@
#include "script_component.hpp"
if (!isServer) exitWith {};
if !(hasInterface) exitWith {};
PARAMS_1(_logic);
PARAMS_3(_logic,_units,_activated);
if !(_activated) exitWith {};
[_logic, QGVAR(BFT_Enabled), "Enabled"] call EFUNC(common,readSettingFromModule);
[_logic, QGVAR(BFT_Interval), "Interval"] call EFUNC(common,readSettingFromModule);
[_logic, QGVAR(BFT_HideAiGroups), "HideAiGroups"] call EFUNC(common,readSettingFromModule);
diag_log text "[ACE]: Blue Force Tracking Module initialized. (server)";
diag_log text "[ACE]: Blue Force Tracking Module initialized.";
TRACE_2("[ACE]: Blue Force Tracking Module initialized.", GVAR(BFT_Interval), GVAR(BFT_HideAiGroups));