diff --git a/DMS_init.sqf b/DMS_init.sqf index c6f2713..feab6e1 100644 --- a/DMS_init.sqf +++ b/DMS_init.sqf @@ -26,8 +26,7 @@ if(isServer) then { */ - // LOADS THIS FAR BUT DOESNT LAUNCH SELECT MISSION - CURRENT PROBLEM - call DMS_selectMission; + //call DMS_selectMission; //[] call compile preprocessFileLineNumbers "\x\addons\DMS\scripts\DMS_selectMission.sqf"; diff --git a/scripts/DMS_cleanup.sqf b/scripts/DMS_cleanup.sqf index 70778a2..292a359 100644 --- a/scripts/DMS_cleanup.sqf +++ b/scripts/DMS_cleanup.sqf @@ -11,7 +11,7 @@ fnc_DMS_cleanUp = { _this removeAllEventHandlers "GetOut"; _this removeAllEventHandlers "GetIn"; _this removeAllEventHandlers "Local"; - clearVehicleInit _this; + // clearVehicleInit _this; deleteVehicle _this; deleteGroup (group _this); _this = nil;