standard command moved to stdcmd.lua

This commit is contained in:
MihailRis
2024-05-16 18:09:00 +03:00
parent e273829ef5
commit abf8d4f796
3 changed files with 34 additions and 34 deletions
+1
View File
@@ -51,6 +51,7 @@ void scripting::initialize(Engine* engine) {
state = new lua::LuaState();
load_script(fs::path("stdlib.lua"));
load_script(fs::path("stdcmd.lua"));
}
scriptenv scripting::get_root_environment() {