summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorTravis Watkins <amaranth@ubuntu.com>2013-12-20 16:40:28 -0600
committerEvilSeph <evilseph@gmail.com>2013-12-24 15:24:35 -0500
commitc57e45dcdc6493e1f0b60ff53de280b3a5a118f3 (patch)
tree479da17c2713e7a9c696f3f81fe5ca5acacb93c5 /CONTRIBUTING.md
parent4a5de4249c9270dc1ab0fbd6b88384d6bdb07eb7 (diff)
downloadcraftbukkit-c57e45dcdc6493e1f0b60ff53de280b3a5a118f3.tar
craftbukkit-c57e45dcdc6493e1f0b60ff53de280b3a5a118f3.tar.gz
craftbukkit-c57e45dcdc6493e1f0b60ff53de280b3a5a118f3.tar.lz
craftbukkit-c57e45dcdc6493e1f0b60ff53de280b3a5a118f3.tar.xz
craftbukkit-c57e45dcdc6493e1f0b60ff53de280b3a5a118f3.zip
Process block cleanup first. Fixes BUKKIT-4103
When setting a block the server sets the new block ID, calls the cleanup on the old block, then calls the placement logic for the new block. This would normally work correctly but we have logic to prevent errors that is causing one here. When trying to clean up the old block we notice the block ID has changed and try to fix things, this causes the cleanup logic to fail. To ensure cleanup happens correctly we now do all the cleanup before changing the block which avoids triggering the fixup code.
Diffstat (limited to 'CONTRIBUTING.md')
0 files changed, 0 insertions, 0 deletions