После выхода игрока с сервера в бронежилете выдает ошибку в консоль:
Вопрос: В чем может быть проблема?
319 строка | foreach (string key in NAPI.Data.GetAllEntityData(player))
player.ResetData(key);
Код:
Index was outside the bounds of the array.
дата | Info | Players.Disconnect.Repository | Event_OnPlayerDisconnected Exception: System.IndexOutOfRangeException: Index was outside the bounds of the array.
at void NeptuneEvo.Players.Disconnect.Repository.OnPlayerDisconnect(ExtPlayer player, DisconnectionType type, string reason, bool isSave) in путь/dotnet/resources/NeptuneEvo/Players/Disconnect/Repository.cs:line 319
319 строка | foreach (string key in NAPI.Data.GetAllEntityData(player))
player.ResetData(key);