Move timers initializations into time.lua

This commit is contained in:
GreenComfyTea
2023-08-16 10:30:59 +03:00
parent 758a02bce8
commit 728b7f990f
8 changed files with 22 additions and 11 deletions

View File

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