Skip to content

Commit

Permalink
Update script because cba update
Browse files Browse the repository at this point in the history
  • Loading branch information
shukari committed Apr 18, 2017
1 parent d4ef325 commit 6b045e6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions addons/antennas/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ if (!hasInterface) exitWith {}; //Don't need on Headless and dedicated Servers

GVAR(radioTowerList) = [] call CBA_fnc_hashCreate;


["TFAR_ConfigRefresh",{
systemChat "TFAR_ConfigRefresh";
GVAR(radioTowerList) params ["", "_keys"]; //#TODO convert to https://github.com/CBATeam/CBA_A3/pull/590
_keys call DFUNC(pluginAddRadioTower);
}] call CBA_fnc_addEventHandler
//systemChat "TFAR_ConfigRefresh";
((GVAR(radioTowerList)) call CBA_fnc_hashKeys) call DFUNC(pluginAddRadioTower);
}] call CBA_fnc_addEventHandler;

0 comments on commit 6b045e6

Please sign in to comment.