1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-23 17:31:27 +02:00

Parenthesis for clarity

This commit is contained in:
NuclearW 2012-07-06 17:59:15 -04:00
parent 21d2229572
commit 37308917d1

@ -122,7 +122,7 @@ public class PrimitiveChunkletStore implements ChunkletStore {
for(int y = subColumnIndex; y < subColumnEnd; y++) {
if(store[x][z][y]) {
yCompressed |= 1 << y % 8;
yCompressed |= 1 << (y % 8);
}
}