geforkt von Mirrors/Paper
Fix trailing whitespace in CraftChunk
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
c839929065
Commit
f0c1225026
@ -170,10 +170,10 @@ public class CraftChunk implements Chunk {
|
||||
// Copy base IDs
|
||||
for (int j = 0; j < 4096; j++) {
|
||||
blockids[j] = (short) (rawIds[j] & 0xFF);
|
||||
}
|
||||
}
|
||||
|
||||
sectionBlockIDs[i] = blockids;
|
||||
|
||||
|
||||
if (cs[i].getSkyLightArray() == null) {
|
||||
sectionSkyLights[i] = emptyData;
|
||||
} else {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren