mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2024-11-18 17:30:02 +00:00
On second thought that looks ugly.
This commit is contained in:
parent
69efba711a
commit
75fb1b2172
1 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ public class PlayerVerification extends FreedomService
|
|||
|
||||
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();
|
||||
return null;
|
||||
}
|
||||
|
@ -190,7 +190,7 @@ public class PlayerVerification extends FreedomService
|
|||
}
|
||||
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());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue