Removed additional async lookup notification, current is pretty fast.

This commit is contained in:
Jikoo
2015-05-19 08:11:53 -04:00
parent b3a3947b03
commit c0f513177a

View File

@@ -79,7 +79,6 @@ public class OpenEnderPluginCommand implements CommandExecutor {
name = args[0];
}
sender.sendMessage(ChatColor.GREEN + "Starting inventory lookup.");
final UUID senderID = player.getUniqueId();
new BukkitRunnable() {
@Override