removed print

This commit is contained in:
Leijurv 2018-08-22 12:06:26 -07:00
parent e730f3a84d
commit c7387662f5
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

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);