Skip to content

Commit 5b55746

Browse files
committed
Merge pull request #104 from fritogotlayed/saveHotfix
Fix for save issue when using manual zone placement.
2 parents 5c5d1a5 + 359b96e commit 5b55746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/initZones/locatorzonesV2.sqf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ _zones_array = [_zones_array, 0] call BIS_fnc_removeIndex;
8383
_warcom_init = [_zones_array, getpos hq_blu1, [0,0,0], blufor_ap, opfor_ap, 2700,blufor_ai_skill,opfor_ai_skill, 2000] execVM "WARCOM\WARCOM_init.sqf"; // 2700 is 40 mins
8484
waitUntil {scriptDone _warcom_init};
8585
sleep 0.1;
86-
//savegame;
87-
enableSaving [ false, false ];
86+
87+
execVM "utilities\autoSave.sqf";
8888
sleep 1;
8989

9090
[[format["MISSION INITIALIZATION COMPLETE!<br/>Campaign generated<br/>Welcome to %1, %2",_worldName,profilename]]] spawn BIS_fnc_typeText;

0 commit comments

Comments
 (0)