mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Fixed shit
line 30, broken, doesnt launch anything.
This commit is contained in:
commit
7afd3923fc
@ -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";
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user