Remove the pfh

This commit is contained in:
esteldunedain 2015-05-14 20:58:45 -03:00
parent 6774739854
commit ca94fd4c78

View File

@ -253,6 +253,8 @@ GVAR(commonPostInited) = true;
// If settings are not initialized then wait
if !(GVAR(SettingsInitialized)) exitWith {};
[(_this select 1)] call cba_fnc_removePerFrameHandler;
diag_log text format["[ACE] Settings initialized"];
["SettingsInitialized", []] call FUNC(localEvent);