mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 04:18:11 -08:00
Set default Buff.update Timer to 0.5
This commit is contained in:
@@ -103,7 +103,7 @@ function this.init_global_timers()
|
|||||||
this.new_timer(this.update_quest_time, 1 / 60);
|
this.new_timer(this.update_quest_time, 1 / 60);
|
||||||
this.new_timer(players.update_players, 0.5);
|
this.new_timer(players.update_players, 0.5);
|
||||||
this.new_timer(players.update_myself_position, 1);
|
this.new_timer(players.update_myself_position, 1);
|
||||||
this.new_timer(buffs.update, 1/60);
|
this.new_timer(buffs.update, 0.5);
|
||||||
this.new_timer(player_info.update, 0.5);
|
this.new_timer(player_info.update, 0.5);
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user