This commit is contained in:
Jesse Boyd 2018-10-16 20:13:04 +11:00
parent 7962a15c47
commit ac3005be36
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ public class NukkitQueue extends NMSMappedFaweQueue<Level, BaseFullChunk, BaseFu
@Override
public BaseFullChunk getCachedChunk(Level level, int cx, int cz) {
return level.getProvider().getChunk(cx, cz);
return level.getProvider().getLoadedChunk(cx, cz);
}
@Override