mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-07 11:05:13 +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;
|
return entities;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isLoaded() {
|
public boolean isLoaded() {
|
||||||
return getWorld().isChunkLoaded(this);
|
return getWorld().isChunkLoaded(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue