mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-13 14:58:35 +00:00
Finished TFM_UuidResolver and /uuid. Resolves #214
This commit is contained in:
@ -163,7 +163,7 @@ public class TFM_Util
|
||||
return ((Player) player).getAddress().getAddress().getHostAddress().trim();
|
||||
}
|
||||
|
||||
final TFM_PlayerEntry entry = TFM_PlayerList.getEntry(TFM_Util.getUuid(player));
|
||||
final TFM_Player entry = TFM_PlayerList.getEntry(TFM_Util.getUuid(player));
|
||||
|
||||
if (entry == null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user