Fix remove lighting end
This commit is contained in:
parent
083d4e7d08
commit
8d5e329eea
@ -59,7 +59,7 @@ public class NMSRelighter implements Relighter {
|
|||||||
@Override
|
@Override
|
||||||
public synchronized void removeAndRelight(boolean sky) {
|
public synchronized void removeAndRelight(boolean sky) {
|
||||||
removeFirst = true;
|
removeFirst = true;
|
||||||
fixLightingSafe(true);
|
fixLightingSafe(sky);
|
||||||
removeFirst = false;
|
removeFirst = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user