rework PFH to client module, triageIcons and vehicleFlags point there
This commit is contained in:
@@ -2,13 +2,6 @@
|
||||
|
||||
if (!hasInterface) exitWith {};
|
||||
|
||||
["milsim_logText", {
|
||||
params [["_strArray", [""], [[]]]];
|
||||
{
|
||||
diag_log text _x;
|
||||
} forEach _strArray;
|
||||
}] call CBA_fnc_addEventHandler;
|
||||
|
||||
// make sure the server has finished init
|
||||
waitUntil {!isNil QGVARMAIN(complete)};
|
||||
|
||||
@@ -18,8 +11,6 @@ waitUntil {!isNil QGVARMAIN(complete)};
|
||||
call FUNC(addAARChatHandler);
|
||||
call FUNC(addRespawnChatHandler);
|
||||
call FUNC(setDefaults);
|
||||
call FUNC(checkMissionSettings);
|
||||
|
||||
|
||||
// Initialize a holder for managing local diary records
|
||||
// store records in format:
|
||||
|
||||
Reference in New Issue
Block a user