mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Remove the pfh
This commit is contained in:
parent
6774739854
commit
ca94fd4c78
@ -253,6 +253,8 @@ GVAR(commonPostInited) = true;
|
|||||||
// If settings are not initialized then wait
|
// If settings are not initialized then wait
|
||||||
if !(GVAR(SettingsInitialized)) exitWith {};
|
if !(GVAR(SettingsInitialized)) exitWith {};
|
||||||
|
|
||||||
|
[(_this select 1)] call cba_fnc_removePerFrameHandler;
|
||||||
|
|
||||||
diag_log text format["[ACE] Settings initialized"];
|
diag_log text format["[ACE] Settings initialized"];
|
||||||
["SettingsInitialized", []] call FUNC(localEvent);
|
["SettingsInitialized", []] call FUNC(localEvent);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user