Fix //removelight
This commit is contained in:
parent
ff42446f19
commit
083d4e7d08
@ -216,11 +216,6 @@ public abstract class BukkitQueue_0<CHUNK, CHUNKSECTIONS, SECTION> extends NMSMa
|
|||||||
@Override
|
@Override
|
||||||
public void relightSky(int x, int y, int z) {}
|
public void relightSky(int x, int y, int z) {}
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean removeLighting(CHUNKSECTIONS sections, RelightMode mode, boolean hasSky) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean removeSectionLighting(SECTION sections, int layer, boolean hasSky) {
|
public boolean removeSectionLighting(SECTION sections, int layer, boolean hasSky) {
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user