mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 04:18:11 -08:00
Fix player name include, bump version
This commit is contained in:
@@ -74,7 +74,6 @@ function non_players.update_servant_list()
|
|||||||
|
|
||||||
local quest_servant_id_list = get_quest_servant_id_list_method:call(singletons.servant_manager);
|
local quest_servant_id_list = get_quest_servant_id_list_method:call(singletons.servant_manager);
|
||||||
if quest_servant_id_list == nil then
|
if quest_servant_id_list == nil then
|
||||||
customization_menu.status = "No quest servant id list";
|
|
||||||
return;
|
return;
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -4251,18 +4251,18 @@ function config.init()
|
|||||||
master_rank = true,
|
master_rank = true,
|
||||||
hunter_rank = true,
|
hunter_rank = true,
|
||||||
cart_count = false,
|
cart_count = false,
|
||||||
word_player = false,
|
type = false,
|
||||||
player_id = false,
|
id = false,
|
||||||
player_name = true
|
name = true
|
||||||
},
|
},
|
||||||
|
|
||||||
others = {
|
others = {
|
||||||
master_rank = true,
|
master_rank = true,
|
||||||
hunter_rank = true,
|
hunter_rank = true,
|
||||||
cart_count = false,
|
cart_count = false,
|
||||||
word_player = false,
|
type = false,
|
||||||
player_id = false,
|
id = false,
|
||||||
player_name = true
|
name = true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -4594,7 +4594,7 @@ function config.init_module()
|
|||||||
|
|
||||||
config.init();
|
config.init();
|
||||||
config.load();
|
config.load();
|
||||||
config.current_config.version = "2.2.1";
|
config.current_config.version = "2.3.1";
|
||||||
|
|
||||||
language.update(
|
language.update(
|
||||||
table_helpers.find_index(language.language_names, config.current_config.global_settings.language, false));
|
table_helpers.find_index(language.language_names, config.current_config.global_settings.language, false));
|
||||||
|
|||||||
Reference in New Issue
Block a user