Merge pull request #914 from Azaezel/alpha402/fixMoarFlags

parseArgs() followup
This commit is contained in:
Brian Roberts 2022-10-25 00:03:28 -05:00 committed by GitHub
commit 112426e1f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,5 +155,8 @@ function StartupGui::onDone(%this)
// We do have a bitmap so cycle to it
%this.next();
}
}
}
if ($startGUIEditor) fastLoadGUIEdit(1);
if ($startWorldEditor) fastLoadWorldEdit(1);
}