mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-25 04:48:22 -08:00
Revert back to update() hook.
This commit is contained in:
@@ -29,7 +29,9 @@ function config.init()
|
||||
},
|
||||
|
||||
performance = {
|
||||
update_rate = 60
|
||||
max_monster_updates_per_tick = 2,
|
||||
prioritize_large_monsters = false,
|
||||
update_rate = 60,
|
||||
},
|
||||
|
||||
module_visibility = {
|
||||
|
||||
@@ -379,6 +379,9 @@ language.default_language = {
|
||||
update_rate = "Update Rate",
|
||||
cart_count = "Cart Count",
|
||||
cart_count_label = "Cart Count Label",
|
||||
|
||||
prioritize_large_monsters = "Large Monsters on High Priority",
|
||||
max_monster_updates_per_tick = "Max Monster Updates per Tick",
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user