On second thought that looks ugly.

This commit is contained in:
Seth 2018-08-04 04:03:19 -06:00 committed by GitHub
parent 69efba711a
commit 75fb1b2172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@ public class PlayerVerification extends FreedomService
if (!vPlayer.isValid()) if (!vPlayer.isValid())
{ {
FLog.warning("Could not load player verification entry: " + username + ". Entry is not valid!"); FLog.warning("Could not load player verification entry " + username + ". Entry is not valid!");
configFile.delete(); configFile.delete();
return null; return null;
} }
@ -190,7 +190,7 @@ public class PlayerVerification extends FreedomService
} }
catch (IOException e) catch (IOException e)
{ {
FLog.warning("Failed to convert Player Verification entry for: " + player.getName()); FLog.warning("Failed to convert Player Verification entry for " + player.getName());
} }
} }