Fixed interact cancel in Hub.

This commit is contained in:
Jonathan Williams 2013-11-16 18:49:17 -08:00
parent fff13a14bf
commit 0fa953715e
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ public class HubManager extends MiniClientPlugin<HubClient>
@EventHandler
public void InventoryCancel(InventoryClickEvent event)
{
//event.setCancelled(true);
event.setCancelled(true);
}
@EventHandler