forge/arma/server/addons/transport/XEH_postInit.sqf
2026-05-25 13:27:34 -05:00

5 lines
185 B
Plaintext

#include "script_component.hpp"
if (isNil QEGVAR(common,EventBus)) then { call EFUNC(common,eventBus); };
if (isNil QGVAR(TransportService)) then { call FUNC(initTransportService); };