Make sure chunk unload queue is processed quickly enough on MCPC
This commit is contained in:
parent
bee16ef331
commit
0d25fd2edc
6 changed files with 28 additions and 13 deletions
|
|
@ -109,5 +109,5 @@ public abstract class BukkitVersionHelper {
|
|||
/**
|
||||
* Unload chunk no save needed
|
||||
*/
|
||||
public abstract void unloadChunkNoSave(World w, int cx, int cz);
|
||||
public abstract void unloadChunkNoSave(World w, Chunk c, int cx, int cz);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue