add pseudopack 'core'
This commit is contained in:
@@ -39,7 +39,6 @@ LevelController* scripting::controller = nullptr;
|
||||
static void load_script(const fs::path& name, bool throwable) {
|
||||
auto paths = scripting::engine->getPaths();
|
||||
fs::path file = paths->getResourcesFolder() / fs::path("scripts") / name;
|
||||
|
||||
std::string src = files::read_string(file);
|
||||
auto L = lua::get_main_thread();
|
||||
lua::loadbuffer(L, 0, src, file.u8string());
|
||||
|
||||
Reference in New Issue
Block a user