Fixed shit

line 30, broken, doesnt launch anything.
This commit is contained in:
Defent 2015-08-25 21:54:40 +02:00
commit 7afd3923fc
2 changed files with 2 additions and 3 deletions

View File

@ -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"; //[] call compile preprocessFileLineNumbers "\x\addons\DMS\scripts\DMS_selectMission.sqf";

View File

@ -11,7 +11,7 @@ fnc_DMS_cleanUp = {
_this removeAllEventHandlers "GetOut"; _this removeAllEventHandlers "GetOut";
_this removeAllEventHandlers "GetIn"; _this removeAllEventHandlers "GetIn";
_this removeAllEventHandlers "Local"; _this removeAllEventHandlers "Local";
clearVehicleInit _this; // clearVehicleInit _this;
deleteVehicle _this; deleteVehicle _this;
deleteGroup (group _this); deleteGroup (group _this);
_this = nil; _this = nil;