-- @/=[C]:-1
function setOpenEditorOnStart(...)
if worldEditorCppApi.mustOpenEditorOnStart() then
worldEditorCppApi.setOpenEditorOnStart(false) -- set it to false now, since Lua reloads will reopen again, we dont want that
setEditorActive(true)