ACE3/addons/frag/XEH_postInit.sqf

5 lines
146 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
2015-04-26 21:05:58 +00:00
if(isServer) then {
[QGVAR(frag_eh), { _this call FUNC(frago); }] call ace_common_fnc_addEventHandler;
2015-04-26 21:05:58 +00:00
};