Stats UI: Add Health and Max Health

This commit is contained in:
GreenComfyTea
2023-08-20 10:48:25 +03:00
parent 67e0e6db6b
commit 13e68d67a9
12 changed files with 212 additions and 67 deletions

View File

@@ -105,7 +105,6 @@ function this.init_global_timers()
this.new_timer(players.update_myself_position, 1);
this.new_timer(buffs.update, 1/60);
this.new_timer(player_info.update, 0.5);
end
function this.update_timers()