mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-05 18:27:17 +01:00
Indentation is important, ok?
By: Top-Cat <Top_Cat@thegigcast.net>
This commit is contained in:
parent
edd95d4ca5
commit
c4875394c3
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ public class CraftChunk implements Chunk {
|
|||
return entities;
|
||||
}
|
||||
|
||||
public boolean isLoaded() {
|
||||
public boolean isLoaded() {
|
||||
return getWorld().isChunkLoaded(this);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue