ignored exception

This commit is contained in:
MattBDev
2016-05-21 11:18:35 -04:00
2 changed files with 1 additions and 5 deletions

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");
}
}