This commit is contained in:
Paul Reilly 2023-04-07 16:09:23 -05:00
parent e2d7f6ebcb
commit 71fe940049

View File

@ -104,7 +104,7 @@ public class PlayerList extends FreedomService
}
// May not return null
public FPlayer getPlayer(OfflinePlayer player)
public FPlayer getPlayer(Player player)
{
FPlayer tPlayer = playerMap.get(player.getUniqueId());
if (tPlayer != null)