mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 01:06:01 +01:00
Fix trailing whitespace in CraftChunk
By: md_5 <git@md-5.net>
This commit is contained in:
parent
c839929065
commit
f0c1225026
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue