fix: commands repository not reset before world open
This commit is contained in:
@@ -362,6 +362,7 @@ void Engine::loadContent() {
|
||||
load_configs(pack.folder);
|
||||
}
|
||||
content = contentBuilder.build();
|
||||
interpreter->reset();
|
||||
scripting::on_content_load(content.get());
|
||||
|
||||
ContentLoader::loadScripts(*content);
|
||||
|
||||
Reference in New Issue
Block a user