mirror of
https://github.com/Ignatz-HeMan/SEM
synced 2024-08-30 16:22:10 +00:00
Update
- Fixed: Skip Static/Dynamic Missions if all set to disabled (-1 or 0) in Config
This commit is contained in:
parent
54a5618ecc
commit
2ea61c12d1
@ -11,7 +11,11 @@ Make your Changes in sem_config.sqf in the root folder of this pbo.
|
||||
- Complete rewritten loot script (scripts\fn_crateLoot.sqf)
|
||||
- Other smaller fixes / changes (don't remember all)
|
||||
|
||||
Last Changelog:
|
||||
Changelog:
|
||||
|
||||
2017-04-02
|
||||
- Fixed: Skip Static/Dynamic Missions if all set to disabled (-1 or 0) in Config
|
||||
|
||||
2017-04-01
|
||||
- Fixed: Dynamic missions were broken, also if in Config activated
|
||||
- Added: Some Options to Bandit Device (sem\missionsStatic\bDevice.sqf)
|
||||
|
@ -23,6 +23,10 @@ private["_this","_x","_forEachIndex"];
|
||||
}];
|
||||
}; _missionsArr = _missionsArr - ["delete"];
|
||||
|
||||
if (_missionsArr isequalto []) exitwith {
|
||||
diag_log format ['#SEM DEBUG: Mission control of %1 Missions skipped. No Missions activated',_missionType];
|
||||
};
|
||||
|
||||
if(SEM_debug isEqualTo "full")then{
|
||||
{
|
||||
_x set [2, (10*60)]
|
||||
|
Loading…
Reference in New Issue
Block a user