mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 02:53:43 +01:00 
			
		
		
		
	A bit more clear
But no functional change
This commit is contained in:
		@@ -76,7 +76,7 @@ public class PrimitiveChunkletStore implements ChunkletStore {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            for(int i = 0; i < 8; i++) {
 | 
					            for(int i = 0; i < 8; i++) {
 | 
				
			||||||
                for(int j = 0; j < 8; j++) {
 | 
					                for(int j = 0; j < 8; j++) {
 | 
				
			||||||
                    yColumn[j + (i * 8)] = (temp[i + 1] & 1 << j) != 0;
 | 
					                    yColumn[j + (i * 8)] = (temp[i + 1] & (1 << j)) != 0;
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user