Recover from bad data file

Closes #1122
This commit is contained in:
Jesse Boyd 2016-05-22 01:16:04 +10:00
parent 3ea2d06e70
commit 7ae5042c32

View File

@ -198,7 +198,7 @@ public class FileUUIDHandler extends UUIDHandlerImplementation {
ExpireManager.IMP.storeDate(uuid, last);
}
toAdd.put(new StringWrapper(name), uuid);
} catch (IOException ignored) {
} catch (Exception ignored) {
PS.debug(C.PREFIX + "&6Invalid PlayerData: " + uuid.toString() + ".dat");
}
}