mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
Debug builds now spawn an F-16 as player aircraft
This commit is contained in:
2
Make.php
2
Make.php
@@ -23,7 +23,7 @@ function packMiz($theaterJson, $debugMode)
|
||||
if ($zip->open($filename, ZipArchive::CREATE) !== true)
|
||||
return false;
|
||||
|
||||
$zip->addFromString("mission", createMissionTable($theaterJson));
|
||||
$zip->addFromString("mission", createMissionTable($theaterJson, $debugMode));
|
||||
$zip->addFile("./Miz/Options.lua", "options");
|
||||
$zip->addFromString("theatre", $theaterJson["dcsID"]);
|
||||
$zip->addFromString("warehouses", createWarehousesTable($theaterJson));
|
||||
|
||||
Reference in New Issue
Block a user