removed print

This commit is contained in:
Leijurv
2018-08-22 12:06:26 -07:00
parent e730f3a84d
commit c7387662f5

View File

@@ -87,7 +87,7 @@ public final class CachedChunk implements IBlockTypeAccess {
name = "minecraft:" + name;
}
IBlockState state = Block.getBlockFromName(name).getDefaultState();
System.out.println("Saying that " + x + "," + y + "," + z + " is " + state);
//System.out.println("Saying that " + x + "," + y + "," + z + " is " + state);
return state;
}
PathingBlockType type = getType(x, y, z);