@@ -47,7 +47,7 @@
|
||||
+ // CraftBukkit end
|
||||
|
||||
entityboat.setType(this.c);
|
||||
entityboat.yaw = enumdirection.n();
|
||||
entityboat.yaw = enumdirection.o();
|
||||
- world.addEntity(entityboat);
|
||||
- itemstack.subtract(1);
|
||||
+ if (!world.addEntity(entityboat)) itemstack.add(1); // CraftBukkit
|
||||
|
||||
Reference in New Issue
Block a user