mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
On second thought that looks ugly.
This commit is contained in:
parent
69efba711a
commit
75fb1b2172
@ -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 New Issue
Block a user