3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-17 13:30:06 +01:00
Paper/src/main
Travis Watkins f5fad449bd Call interact event if block cannot be punched. Fixes BUKKIT-5126
We do ray tracing on arm swings to filter out swings that hit blocks since
punching blocks has its own event handling. However, some blocks cannot
be punched so the air interact type is still valid for them. Luckily
these blocks all have a means to query them so add an additional check
for this and don't fail the check for them.
2013-12-12 02:01:22 -06:00
..
java Call interact event if block cannot be punched. Fixes BUKKIT-5126 2013-12-12 02:01:22 -06:00
resources Make console work on Windows again. Fixes BUKKIT-4956 2013-12-01 13:21:22 -06:00