This commit is contained in:
Jesse Boyd
2016-06-28 20:21:50 +10:00
parent 06682b18a5
commit f4fe762135
4 changed files with 19 additions and 17 deletions

View File

@ -108,7 +108,7 @@ public class ChunkListener implements Listener {
}
Object c = this.methodGetHandleChunk.of(chunk).call();
RefField.RefExecutor field = this.mustSave.of(c);
if (field.get() == true) {
if ((Boolean) field.get() == true) {
field.set(false);
if (chunk.isLoaded()) {
ignoreUnload = true;