Hide some errors

This commit is contained in:
GreenComfyTea
2024-05-11 08:06:20 +03:00
parent d4c52617d9
commit ee6dfe2139
3 changed files with 3 additions and 3 deletions

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