mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-10 14:33:08 +00:00
Potential fixes
This commit is contained in:
parent
a93e8fac38
commit
3336d302ac
10 changed files with 42 additions and 46 deletions
|
@ -101,7 +101,7 @@ public abstract class ChunkManager {
|
|||
|
||||
public abstract boolean loadChunk(final String world, final ChunkLoc loc, final boolean force);
|
||||
|
||||
public abstract boolean unloadChunk(final String world, final ChunkLoc loc, final boolean save, final boolean safe);
|
||||
public abstract void unloadChunk(final String world, final ChunkLoc loc, final boolean save, final boolean safe);
|
||||
|
||||
public abstract Set<ChunkLoc> getChunkChunks(final String world);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue