Skip to content

Commit 7d65a7d

Browse files
committed
Remove additional logging from MixinChunk
1 parent 21c5138 commit 7d65a7d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/org/dimdev/jeid/mixin/core/MixinChunk.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public void setIntBiomeArray(int[] intBiomeArray) {
3838

3939
@Overwrite
4040
public byte[] getBiomeArray() {
41-
Utils.LOGGER.error("A mod is accessing the byte biome array, report to JEID!", new Throwable("Chunk#getBiomeArray"));
4241
byte[] arr = new byte[256];
4342
Arrays.fill(arr, errorBiomeID);
4443
return arr;

0 commit comments

Comments
 (0)