@@ -45,7 +45,7 @@
|
||||
- if (flag) {
|
||||
+ // CraftBukkit start
|
||||
+ if (isIncendiary) {
|
||||
BlockPosition blockposition = movingobjectposition.a().shift(movingobjectposition.direction);
|
||||
BlockPosition blockposition = movingobjectposition.getBlockPosition().shift(movingobjectposition.direction);
|
||||
|
||||
if (this.world.isEmpty(blockposition)) {
|
||||
- this.world.setTypeUpdate(blockposition, Blocks.FIRE.getBlockData());
|
||||
|
||||
Reference in New Issue
Block a user