Chunk light fix

This commit is contained in:
MatteCarra 2016-03-06 19:11:13 +01:00 committed by Steven Smith
parent da5591b4fe
commit e447052eca

View file

@ -281,7 +281,7 @@ public class NetUtil {
chunk.getBlocks().write(out);
chunk.getBlockLight().write(out);
if(hasSkylight) {
chunk.getBlockLight().write(out);
chunk.getSkyLight().write(out);
}
}
}