Fix nether packet updates

This commit is contained in:
Jesse Boyd 2018-04-12 18:57:02 +10:00
parent 48992d2a4a
commit 79fe27ab3e
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public abstract class BukkitQueue_0<CHUNK, CHUNKSECTIONS, SECTION> extends NMSMa
} finally {
endSet(true);
}
}
} else super.sendChunk(fc);
}
@Override