mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
Fixed not being able to move properly around doors or trapdoors
This commit is contained in:
@@ -51,7 +51,7 @@ public class BlockDoor extends Block {
|
||||
}
|
||||
|
||||
public AxisAlignedBB e(World world, int i, int j, int k) {
|
||||
this.a(world, i, j, k);
|
||||
this.a((IBlockAccess)world, i, j, k); // CraftBukkit - Make sure this points to the below method!
|
||||
return super.e(world, i, j, k);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user