mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-25 04:48:22 -08:00
Remove Max Updates per Tick, add Update Rate
This commit is contained in:
@@ -29,8 +29,7 @@ function config.init()
|
||||
},
|
||||
|
||||
performance = {
|
||||
max_monster_updates_per_tick = 2,
|
||||
prioritize_large_monsters = false,
|
||||
update_rate = 60
|
||||
},
|
||||
|
||||
module_visibility = {
|
||||
|
||||
@@ -376,7 +376,9 @@ language.default_language = {
|
||||
hide_other_players = "Hide Other Players",
|
||||
hide_total_damage = "Hide Total Damage",
|
||||
|
||||
player_name_size_limit = "Player Name Size Limit"
|
||||
player_name_size_limit = "Player Name Size Limit",
|
||||
|
||||
update_rate = "Update Rate"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user