diff options
author | ase34 <asehrm34@gmail.com> | 2013-12-01 12:40:34 +0100 |
---|---|---|
committer | turt2live <travpc@gmail.com> | 2014-08-04 12:27:50 -0600 |
commit | 87f6fa7bc94c3647a6e1651369f2a4787fbd9dab (patch) | |
tree | 0de34af5f4d5b91e33a4a6a8b6e228f84c225028 /src/main/java/net/minecraft/server/Container.java | |
parent | 971329c42b2a4242da1f5789ce6759c810779a6f (diff) | |
download | craftbukkit-87f6fa7bc94c3647a6e1651369f2a4787fbd9dab.tar craftbukkit-87f6fa7bc94c3647a6e1651369f2a4787fbd9dab.tar.gz craftbukkit-87f6fa7bc94c3647a6e1651369f2a4787fbd9dab.tar.lz craftbukkit-87f6fa7bc94c3647a6e1651369f2a4787fbd9dab.tar.xz craftbukkit-87f6fa7bc94c3647a6e1651369f2a4787fbd9dab.zip |
Fix cancelling PlayerDropItemEvent. Fixes BUKKIT-3313
Up until this commit the PlayerDropItemEvent, if cancelled, would return
items to the first available slot in the inventory - which is clearly
undesirable as a player and plugin author to deal with.
This commit changes that by ensuring that the item is returned to where
it came from in the player's inventory. This still supports modifying the
drop from the player and will default to "first available slot" if the
item has changed since the event was fired. Other remaining behaviour of
the event is still in tact and has not been modified.
Diffstat (limited to 'src/main/java/net/minecraft/server/Container.java')
0 files changed, 0 insertions, 0 deletions