Perhaps a PlayerListener.onPlayerDropItem() bug ?

Discussion in 'Bukkit Discussion' started by tickleman, May 16, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    tickleman

    Hello,

    Perhaps a PlayerListener.onPlayerDropItem() bug

    With something like that in my event catcher (into class MyPluginPlayerListener)
    Code:
        //------------------------------------------------------------------------------ onPlayerDropItem
        @Override
        public void onPlayerDropItem(PlayerDropItemEvent event)
        {
            event.setCancelled(true);
            event.getPlayer().sendMessage("CANCELLED");
        }
    
    When I open my inventory / a chest and drop multiple-amount items, this causes some bug that can cause the client to crash.

    This little video on youtube shows the bug :
    http://www.youtube.com/watch?v=r5b-fH_TvuQ
     
Thread Status:
Not open for further replies.

Share This Page