standard command moved to stdcmd.lua
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user