removed print

This commit is contained in:
Leijurv 2018-08-22 12:06:26 -07:00
parent e6eac166d9
commit 91ce628ec2
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 1 deletions

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