Make sure chunk unload queue is processed quickly enough on MCPC

This commit is contained in:
Mike Primm 2013-03-18 20:30:13 -05:00
parent bee16ef331
commit 0d25fd2edc
6 changed files with 28 additions and 13 deletions

View file

@ -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);
}