mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
pls
This commit is contained in:
parent
75fb1b2172
commit
84c0e90164
@ -110,7 +110,7 @@ public class PlayerVerification extends FreedomService
|
|||||||
// Create new data if nonexistent
|
// Create new data if nonexistent
|
||||||
if (vPlayer == null)
|
if (vPlayer == null)
|
||||||
{
|
{
|
||||||
FLog.info("Creating new player verification entry for: " + player.getName());
|
FLog.info("Creating new player verification entry for " + player.getName());
|
||||||
|
|
||||||
// Create new player
|
// Create new player
|
||||||
vPlayer = new VPlayer(player);
|
vPlayer = new VPlayer(player);
|
||||||
@ -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 for " + 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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user