add pseudopack 'core'

This commit is contained in:
MihailRis
2024-08-14 00:24:22 +03:00
parent 1a50e69769
commit e19ed3d239
5 changed files with 22 additions and 22 deletions
-1
View File
@@ -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());