Fix trailing whitespace in CraftChunk

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2017-03-23 20:19:29 +11:00
parent c839929065
commit f0c1225026

View File

@ -170,10 +170,10 @@ public class CraftChunk implements Chunk {
// Copy base IDs // Copy base IDs
for (int j = 0; j < 4096; j++) { for (int j = 0; j < 4096; j++) {
blockids[j] = (short) (rawIds[j] & 0xFF); blockids[j] = (short) (rawIds[j] & 0xFF);
} }
sectionBlockIDs[i] = blockids; sectionBlockIDs[i] = blockids;
if (cs[i].getSkyLightArray() == null) { if (cs[i].getSkyLightArray() == null) {
sectionSkyLights[i] = emptyData; sectionSkyLights[i] = emptyData;
} else { } else {