Open Darktilldawn opened 8 years ago
AccessDeniedException... :cry:
Why do you add a Path to a String? you are relying on potentially changing toString behaviour.
Paths.get(Kits.getKits().getConfigDir().resolve("data") + "/playerdata.conf"); -> Kits.getKits().getConfigDir().resolve("data").resolve("playerdata.conf");
or at least fix it to
Paths.get(Kits.getKits().getConfigDir().resolve("data/playerdata.conf"));
@ryantheleach Okay, but I don't see how that relates to this issue?
I was looking through your code trying to find spots that could potentially be causing this bug. As I believe my own instance was user error.
http://pastebin.com/twEuWMPz
Do something xD started not saving the data again, causing lag. And shit ton of tmp files.