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