Remove debug data

This commit is contained in:
GreenComfyTea
2023-09-26 13:15:25 +03:00
parent e586534c4d
commit 0f72fba92d

View File

@@ -111,8 +111,6 @@ function this.init_global_timers()
this.new_timer(players.update_myself_position, cached_config.update_myself_position_delay); this.new_timer(players.update_myself_position, cached_config.update_myself_position_delay);
this.new_timer(buffs.update, cached_config.update_buffs_delay); this.new_timer(buffs.update, cached_config.update_buffs_delay);
this.new_timer(player_info.update, cached_config.update_player_info_delay); this.new_timer(player_info.update, cached_config.update_player_info_delay);
xy = utils.table.tostring(this.timer_list);
end end
function this.update_timers() function this.update_timers()