Fix `//removelight`

This commit is contained in:
Jesse Boyd 2018-01-16 12:35:13 +11:00
parent ff42446f19
commit 083d4e7d08
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F
1 changed files with 0 additions and 5 deletions

View File

@ -216,11 +216,6 @@ public abstract class BukkitQueue_0<CHUNK, CHUNKSECTIONS, SECTION> extends NMSMa
@Override
public void relightSky(int x, int y, int z) {}
@Override
public boolean removeLighting(CHUNKSECTIONS sections, RelightMode mode, boolean hasSky) {
return false;
}
@Override
public boolean removeSectionLighting(SECTION sections, int layer, boolean hasSky) {
return false;