parseArgs() followup

links functionality up for the -guieditor and -worldeditor cli/shortcut options
This commit is contained in:
AzaezelX 2022-10-25 00:02:51 -05:00
parent f92c1706c6
commit 208e375336

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);
}