aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsInitializer.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsInitializer.java b/RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsInitializer.java
index 338645574..0bb16c7c1 100644
--- a/RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsInitializer.java
+++ b/RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsInitializer.java
@@ -116,7 +116,6 @@ public class RoughlyEnoughItemsInitializer implements ModInitializer, ClientModI
}
}
} catch (VersionParsingException e) {
- RoughlyEnoughItemsState.error("Failed to parse Mod Menu version: " + e.getMessage());
e.printStackTrace();
}
}