Skip to content

Commit

Permalink
Removed additional async lookup notification, current is pretty fast.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikoo committed May 19, 2015
1 parent b3a3947 commit c0f5131
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ public boolean onCommand(CommandSender sender, Command command, String label, St
name = args[0];
}

sender.sendMessage(ChatColor.GREEN + "Starting inventory lookup.");
final UUID senderID = player.getUniqueId();
new BukkitRunnable() {
@Override
Expand Down

0 comments on commit c0f5131

Please sign in to comment.