Add initial support for Glowstone server

This commit is contained in:
Mike Primm 2014-09-06 19:19:20 -05:00
parent ec9ebf2dbb
commit 551f35f3f9
4 changed files with 421 additions and 16 deletions

View file

@ -795,7 +795,7 @@ public class NewMapChunkCache extends MapChunkCache {
public int loadChunks(int max_to_load) {
if(dw.isLoaded() == false)
return 0;
Object queue = helper.getUnloadQueue(helper.getNMSWorld(w));
Object queue = helper.getUnloadQueue(w);
int cnt = 0;
if(iterator == null)