9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 02:29:14 +00:00

Removed debug printout.

This commit is contained in:
Vatuu
2022-07-28 17:45:51 +02:00
parent 5709ce9d82
commit 3ecae8d72c

View File

@@ -912,7 +912,6 @@ public class IrisObject extends IrisRegistrant {
MultipleFacing f = (MultipleFacing)d;
for(BlockFace face : f.getAllowedFaces()) {
BlockData facingBlock = placer.get(xx + face.getModX(), j + face.getModY(), zz + face.getModZ());
Iris.warn(facingBlock.getAsString());
if(B.isSolid(facingBlock) && !B.isVineBlock(facingBlock)) {
f.setFace(face, true);
}