Fix remove lighting end

This commit is contained in:
Jesse Boyd 2018-01-16 13:33:43 +11:00
parent 083d4e7d08
commit 8d5e329eea
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -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;
} }