update base:drop component

This commit is contained in:
MihailRis
2024-11-26 11:01:29 +03:00
parent 51eadd397c
commit b3ac1bd8f4
5 changed files with 25 additions and 9 deletions
+1
View File
@@ -195,6 +195,7 @@ void scripting::on_content_load(Content* content) {
lua::setfield(L, "properties");
lua::pop(L);
}
load_script(fs::path("post_content.lua"), true);
load_script(fs::path("stdcmd.lua"), true);
}