mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 15:16:45 +01:00
Parenthesis for clarity
This commit is contained in:
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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user