We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddd7f4e + 102e306 commit ac25ea2Copy full SHA for ac25ea2
source/utilities/autoSave.sqf
@@ -1,5 +1,5 @@
1
// Super simple auto-save script.
2
-enableSaving true;
+enableSaving false;
3
sleep 0.1;
4
saveGame;
5
-enableSaving false;
+enableSaving true;
0 commit comments