Skip to content
Snippets Groups Projects
Commit 5998f6b3 authored by Vrelnir's avatar Vrelnir
Browse files

Merge branch 'auxhonater-master-patch-95043' into 'dev'

Fix ironman autosaves

See merge request !2309
parents d13a662d bc1b3557
No related branches found
No related tags found
No related merge requests found
......@@ -325,7 +325,7 @@ var IronMan = (Save => {
}
function scheduledSaves() {
const date = new Date(Time.date);
const date = new Date(Time.month + " " + Time.monthDay + ", " + Time.year);
if (!V.ironmanautosaveschedule) V.ironmanautosaveschedule = date.getTime().toString(8);
if (parseInt(V.ironmanautosaveschedule, 8) < date.getTime()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment