[-] Remove redundant auSetupCoreProject

This commit is contained in:
Reece Wilson 2021-11-16 11:37:04 +00:00
parent 6f77dd5fe0
commit 1b9dd36769
2 changed files with 3 additions and 3 deletions

View File

@ -63,6 +63,6 @@ function auFilterPlatform(platform)
}) })
end end
function auSetupCoreProject(prj) function auGetSetting(name)
require("Core/project").startProject(prj) return Aurora.Settings[name]
end end

View File

@ -32,7 +32,7 @@ function auFilterInO()
} }
end end
function auSetupCoreProjectO() function auStartProjectO()
return return
{ {
name = "Unnamed", name = "Unnamed",