mirror of
https://github.com/kiranhart/Auction-House.git
synced 2024-11-23 05:35:16 +01:00
remove log msg
Took 2 minutes
This commit is contained in:
parent
6ee10a655b
commit
5656026a69
@ -31,7 +31,6 @@ public class AuctionPlayerManager {
|
||||
public void addPlayer(AuctionPlayer auctionPlayer) {
|
||||
if (auctionPlayer == null) return;
|
||||
this.auctionPlayers.put(auctionPlayer.getUuid(), auctionPlayer);
|
||||
AuctionHouse.getInstance().getLogger().info("Loading profile for player: " + Bukkit.getOfflinePlayer(auctionPlayer.getUuid()).getName());
|
||||
}
|
||||
|
||||
public void addPlayer(Player player) {
|
||||
|
Loading…
Reference in New Issue
Block a user