mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-12 03:59:22 +00:00
.
This commit is contained in:
parent
fef01de974
commit
bb4e91e943
1 changed files with 1 additions and 2 deletions
|
@ -140,11 +140,10 @@ public class UUIDHandler {
|
|||
OfflinePlayer player = Bukkit.getOfflinePlayer(name);
|
||||
UUID uuid = UUIDHandler.uuidWrapper.getUUID(player);
|
||||
StringWrapper nameWrap = new StringWrapper(name);
|
||||
System.out.print(nameWrap);
|
||||
add(nameWrap, uuid);
|
||||
}
|
||||
|
||||
PlotMain.sendConsoleSenderMessage("C.PREFIX.s() + &6Cached a total of: " + UUIDHandler.uuidMap.size() + " UUIDs");
|
||||
PlotMain.sendConsoleSenderMessage(C.PREFIX.s() + "&6Cached a total of: " + UUIDHandler.uuidMap.size() + " UUIDs");
|
||||
}
|
||||
|
||||
public static UUID getUUID(Player player) {
|
||||
|
|
Loading…
Reference in a new issue