From 0f72fba92dc7e93e3f31ad91b9b9e18c004ed700 Mon Sep 17 00:00:00 2001 From: GreenComfyTea Date: Tue, 26 Sep 2023 13:15:25 +0300 Subject: [PATCH] Remove debug data --- reframework/autorun/MHR_Overlay/Game_Handler/time.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/reframework/autorun/MHR_Overlay/Game_Handler/time.lua b/reframework/autorun/MHR_Overlay/Game_Handler/time.lua index 0576022..38ae07b 100644 --- a/reframework/autorun/MHR_Overlay/Game_Handler/time.lua +++ b/reframework/autorun/MHR_Overlay/Game_Handler/time.lua @@ -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(buffs.update, cached_config.update_buffs_delay); this.new_timer(player_info.update, cached_config.update_player_info_delay); - - xy = utils.table.tostring(this.timer_list); end function this.update_timers()