Что нового

Проблема Index was outside the bounds of the array.

Трейдон

Ветеран
LV
0
 
Сообщения
185
Awards
3
R-Коины
175
После выхода игрока с сервера в бронежилете выдает ошибку в консоль:

Код:
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);
 
Назад
Верх