Skip to content

Commit

Permalink
Changed message
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Feb 19, 2023
1 parent b627bd3 commit 986d254
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static void init() {
final CallSite iris$beginWithoutExtendingCallSite = LambdaMetafactory.metafactory(lookup, "accept", MethodType.methodType(TriConsumer.class), MethodType.methodType(void.class, Object.class, Object.class, Object.class), iris$beginWithoutExtendingMH, iris$beginWithoutExtendingMH.type());
iris$beginWithoutExtending = (TriConsumer<BufferBuilder, VertexFormat.DrawMode, VertexFormat>) iris$beginWithoutExtendingCallSite.getTarget().invoke();
} catch (Throwable e) {
ImmediatelyFast.LOGGER.error("Failed to initialize Iris compatibility", e);
ImmediatelyFast.LOGGER.error("Failed to initialize Iris compatibility. Try updating Iris before reporting this on GitHub", e);
System.exit(-1);
}
}
Expand Down

0 comments on commit 986d254

Please sign in to comment.