mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 11:03:43 +01:00 
			
		
		
		
	Fixing a permissions loop and reverting a package change to prevent Serialization errors.
This commit is contained in:
		@@ -1,11 +1,11 @@
 | 
			
		||||
package com.gmail.nossr50.blockstore.old;
 | 
			
		||||
package com.gmail.nossr50.util.blockmeta;
 | 
			
		||||
 | 
			
		||||
import static org.junit.Assert.assertEquals;
 | 
			
		||||
 | 
			
		||||
import org.junit.Before;
 | 
			
		||||
import org.junit.Test;
 | 
			
		||||
 | 
			
		||||
import com.gmail.nossr50.blockstore.old.PrimitiveExChunkletStore;
 | 
			
		||||
import com.gmail.nossr50.util.blockmeta.PrimitiveExChunkletStore;
 | 
			
		||||
 | 
			
		||||
public class PrimitiveExChunkletStoreTest {
 | 
			
		||||
    byte addresses[][] = new byte[16][16];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user