2 Commits

Author SHA1 Message Date
GreenComfyTea
877a48583a Update russian localization 2024-05-11 08:26:14 +03:00
GreenComfyTea
ee6dfe2139 Hide some errors 2024-05-11 08:06:20 +03:00
4 changed files with 4 additions and 4 deletions

View File

@@ -140,7 +140,7 @@ function this.update_servant_list()
local quest_servant_id_list = get_quest_servant_id_list_method:call(singletons.servant_manager);
if quest_servant_id_list == nil then
error_handler.report("non_players.update_servant_list", "Failed to Access Data: quest_servant_id_list");
-- error_handler.report("non_players.update_servant_list", "Failed to Access Data: quest_servant_id_list");
return;
end

View File

@@ -520,7 +520,7 @@ function this.update_player_list(hunter_info_field_)
for i = 0, count - 1 do
local player_info = get_item_method:call(player_info_array, i);
if player_info == nil then
error_handler.report("players.update_player_list", "Failed to Access Data: player_info No. " .. tostring(i));
-- error_handler.report("players.update_player_list", "Failed to Access Data: player_info No. " .. tostring(i));
goto continue;
end

View File

@@ -126,7 +126,7 @@ end
function this.update_village_area_manager()
this.village_area_manager = sdk.get_managed_singleton("snow.VillageAreaManager");
if this.village_area_manager == nil then
error_handler.report("singletons.update_village_area_manager", "Failed to Access Data: village_area_manager");
-- error_handler.report("singletons.update_village_area_manager", "Failed to Access Data: village_area_manager");
end
return this.village_area_manager;

View File

@@ -165,7 +165,7 @@
"global_position_modifier": "Глобальный модификатор расположения",
"global_scale_modifier": "Глобальный модификатор размера",
"global_settings": "Общие настройки",
"head_tracking": "Head Tracking",
"head_tracking": "Отслеживание головы",
"health": "Здоровье",
"health_anomaly_filter": "Здоровье + Ядро аномалии",
"health_break_anomaly_filter": "Здоровье + Повреждение + Ядро аномалии",