mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 04:18:11 -08:00
Bump version to v2.3.2
This commit is contained in:
@@ -159,7 +159,7 @@ function damage_hook.update_damage(enemy, enemy_calc_damage_info)
|
||||
attacking_player = player.get_player(attacker_id);
|
||||
end
|
||||
|
||||
xy = xy .. "\nPlayer: " .. tostring(attacker_id) ..
|
||||
--[[xy = xy .. "\nPlayer: " .. tostring(attacker_id) ..
|
||||
" " .. tostring(attacking_player.name) ..
|
||||
" Damage: " .. tostring(damage_object.total_damage) ..
|
||||
" Type: (" .. tostring(attacker_type) ..
|
||||
@@ -170,7 +170,7 @@ function damage_hook.update_damage(enemy, enemy_calc_damage_info)
|
||||
|
||||
if string.len(xy) > 2300 then
|
||||
xy = "";
|
||||
end
|
||||
end--]]
|
||||
|
||||
local monster;
|
||||
if is_large_monster then
|
||||
|
||||
@@ -4594,7 +4594,7 @@ function config.init_module()
|
||||
|
||||
config.init();
|
||||
config.load();
|
||||
config.current_config.version = "2.3.1";
|
||||
config.current_config.version = "2.3.2";
|
||||
|
||||
language.update(
|
||||
table_helpers.find_index(language.language_names, config.current_config.global_settings.language, false));
|
||||
|
||||
Reference in New Issue
Block a user