Add initial support for Glowstone server
This commit is contained in:
parent
ec9ebf2dbb
commit
551f35f3f9
4 changed files with 421 additions and 16 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue