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
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class NMSRelighter implements Relighter {
@Override
public synchronized void removeAndRelight(boolean sky) {
removeFirst = true;
fixLightingSafe(true);
fixLightingSafe(sky);
removeFirst = false;
}