mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Removed wrong pathing.
This commit is contained in:
parent
158bc9ea68
commit
46841fb021
@ -19,7 +19,7 @@ DMS_SelectMission = {
|
||||
_missVar = _MainArray select _slct;
|
||||
|
||||
// Help from secret skype group.
|
||||
call compile preprocessfilelinenumbers format["mission\missions\%1.sqf",_missVar];
|
||||
call compile preprocessfilelinenumbers format["missions\%1.sqf",_missVar];
|
||||
|
||||
//DMS_MissionRunning = 1;
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user