@@ -245,8 +245,7 @@ public class CraftBlock implements Block {
|
|||||||
BlockFace[] values = BlockFace.values();
|
BlockFace[] values = BlockFace.values();
|
||||||
|
|
||||||
for (BlockFace face : values) {
|
for (BlockFace face : values) {
|
||||||
if (
|
if ((this.getX() + face.getModX() == block.getX()) &&
|
||||||
(this.getX() + face.getModX() == block.getX()) &&
|
|
||||||
(this.getY() + face.getModY() == block.getY()) &&
|
(this.getY() + face.getModY() == block.getY()) &&
|
||||||
(this.getZ() + face.getModZ() == block.getZ())
|
(this.getZ() + face.getModZ() == block.getZ())
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user