Fixed gay comment 16x16 regions = bad

This commit is contained in:
Brady 2018-08-05 21:13:46 -05:00
parent 0a8fb574b5
commit aa635360a2
No known key found for this signature in database
GPG Key ID: 73A788379A197567
1 changed files with 1 additions and 3 deletions

View File

@ -20,9 +20,7 @@ import java.util.zip.GZIPOutputStream;
public final class CachedRegion implements ICachedChunkAccess {
/**
* All of the chunks in this region. A 16x16 array of them.
* <p>
* I would make these 32x32 regions to be in line with the Anvil format, but 16 is a nice number.
* All of the chunks in this region: A 32x32 array of them.
*/
private final CachedChunk[][] chunks = new CachedChunk[32][32];