Init Singletons on init_module

This commit is contained in:
GreenComfyTea
2023-08-06 12:15:25 +03:00
parent c39e5babea
commit 50726b9291

View File

@@ -242,6 +242,7 @@ function this.init_dependencies()
end
function this.init_module()
this.init();
time.new_timer(this.init, 1);
end