Revert back to update() hook.

This commit is contained in:
GreenComfyTea
2022-07-12 08:29:12 +03:00
parent fc9d6fa25f
commit 48205368e2
13 changed files with 204 additions and 279 deletions

View File

@@ -47,7 +47,7 @@ function time.tick()
if time.total_elapsed_script_seconds - time.last_elapsed_script_seconds > 60 / config.current_config.global_settings.performance.update_rate then
time.last_elapsed_script_seconds = time.total_elapsed_script_seconds;
time.update_players_dps();
time.update_small_monsters();
--time.update_small_monsters();
end
end