This commit is contained in:
Jesse Boyd
2016-06-29 15:23:10 +10:00
parent f4fe762135
commit 185352d3cf
3 changed files with 4 additions and 7 deletions

View File

@ -108,7 +108,7 @@ public class FileUUIDHandler extends UUIDHandlerImplementation {
toAdd.put(new StringWrapper(name), uuid);
}
}
} catch (IOException e) {
} catch (Exception e) {
e.printStackTrace();
PS.debug(C.PREFIX + "Invalid playerdata: " + current);
}