mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-02 04:56:50 +01:00
Indentation is important, ok?
This commit is contained in:
parent
f36bca9fb7
commit
54bcd1c1f3
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ public class CraftChunk implements Chunk {
|
||||||
return entities;
|
return entities;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isLoaded() {
|
public boolean isLoaded() {
|
||||||
return getWorld().isChunkLoaded(this);
|
return getWorld().isChunkLoaded(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue