Paper/src/main
Travis Watkins 842962530a Don't call duplicate interact air events. Fixes BUKKIT-5359
Previously we attempted to call interact events in cases that were missing
by modifying the arm swing logic. This, however, was too broad and started
triggering events in cases we already covered leading to duplicates. Since
the only case we can handle cleanly and the primary point of the previous
fix was fluids we now instead simply treat fluids as air for this check.
This also ensures we do not get duplicate events when the player is in a
fluid and hits a normal block, unlike the previous change.

This reverts commit 68b702f7 and replaces it with a better fix.
2014-01-31 14:55:01 -06:00
..
java Don't call duplicate interact air events. Fixes BUKKIT-5359 2014-01-31 14:55:01 -06:00
resources Make console work on Windows again. Fixes BUKKIT-4956 2013-12-01 13:21:22 -06:00