remove duplicate copy

This commit is contained in:
Michael Harvey
2026-01-05 10:15:02 -07:00
committed by Acuadragon100
parent 2e1a2367bd
commit 6316587ebe
@@ -671,11 +671,4 @@ public class ChunkWrapper implements IChunkWrapper
//
// return this.blockBiomeHashCode;
//}
@Override
public IChunkWrapper copy()
{
return new ChunkWrapper(this.chunk, this.wrappedLevel, false);
}
}