@@ -396,7 +396,7 @@
|
||||
+ EntityBoat entityboat = new EntityBoat(world, event.getVelocity().getX(), event.getVelocity().getY(), event.getVelocity().getZ());
|
||||
+ // CraftBukkit end
|
||||
|
||||
entityboat.a(this.c);
|
||||
entityboat.setType(this.c);
|
||||
entityboat.yaw = enumdirection.opposite().l();
|
||||
world.addEntity(entityboat);
|
||||
- itemstack.cloneAndSubtract(1);
|
||||
|
||||
Reference in New Issue
Block a user