fix duplicate mixin method

This commit is contained in:
dfsek
2021-12-01 21:10:18 -07:00
parent a69be58b58
commit 4db469199c
@@ -59,9 +59,7 @@ public abstract class ChunkRegionMixin {
return centerPos.getPos().z; return centerPos.getPos().z;
} }
public ServerWorld terraChunk$getWorld() { // getWorld already added in world/ChunkRegionMixin
return (ServerWorld) this;
}
// getHandle already added in world/ChunkRegionMixin. // getHandle already added in world/ChunkRegionMixin.
} }