Skip to content

Commit

Permalink
Delete workaround for missed vehicles
Browse files Browse the repository at this point in the history
  • Loading branch information
Dystopian committed Jun 3, 2018
1 parent b8ab9b1 commit e33102e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions addons/zeus/XEH_postInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@ if (isServer) then {
_zeus setCuratorCoef ["Place", 0];
_zeus setCuratorCoef ["Delete", 0];
_group deleteGroupWhenEmpty true;
if (!isMultiplayer && {!isNull findDisplay IDD_DISPLAY3DEN}) then {
// if loaded from editor (but not after restart), addons are not activated so we do it manually
private _addons = ('true' configClasses (configFile >> "CfgPatches")) apply {configName _x};
activateAddons _addons;
removeAllCuratorAddons _zeus;
_zeus addCuratorAddons _addons;
};
[QGVAR(zeusCreated), _zeus, _ownerPlayer] call CBA_fnc_targetEvent;
}] call CBA_fnc_addEventHandler;

Expand Down

0 comments on commit e33102e

Please sign in to comment.