From 71fe940049dde33c3217958f4a92f819290296c1 Mon Sep 17 00:00:00 2001 From: Paul Reilly Date: Fri, 7 Apr 2023 16:09:23 -0500 Subject: [PATCH] Oops --- .../java/me/totalfreedom/totalfreedommod/player/PlayerList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons/src/main/java/me/totalfreedom/totalfreedommod/player/PlayerList.java b/commons/src/main/java/me/totalfreedom/totalfreedommod/player/PlayerList.java index 6c11ed0b..d0487111 100644 --- a/commons/src/main/java/me/totalfreedom/totalfreedommod/player/PlayerList.java +++ b/commons/src/main/java/me/totalfreedom/totalfreedommod/player/PlayerList.java @@ -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)