removed a debugg print

This commit is contained in:
Vlammar 2021-05-30 20:21:58 +02:00
parent 78de6a4144
commit 468d3af7d5

View File

@ -75,7 +75,6 @@ public class ExploreCommand extends IoMCommand {
}
consumePlayerCommand(playerName, uuid -> {
PluginLogger.info("uuid " + uuid);
OfflinePlayer offlinePlayer = Bukkit.getOfflinePlayer(uuid);
if (sender.isOnline()) {