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

@@ -664,8 +664,6 @@ end
function this.init_module()
this.init();
time.new_timer(this.update_display_list, 0.5);
time.new_timer(this.update_myself_position, 1);
end
return this;