remove duplicate copy
This commit is contained in:
committed by
Acuadragon100
parent
2e1a2367bd
commit
6316587ebe
-7
@@ -671,11 +671,4 @@ public class ChunkWrapper implements IChunkWrapper
|
||||
//
|
||||
// return this.blockBiomeHashCode;
|
||||
//}
|
||||
|
||||
@Override
|
||||
public IChunkWrapper copy()
|
||||
{
|
||||
return new ChunkWrapper(this.chunk, this.wrappedLevel, false);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user