Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Sep 22, 2024
2 parents 0619ed7 + 00e7ddf commit 84b0d0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ public ScalarLoadingPlugin() {
Class.forName("com.cleanroommc.loader.LanguageAdapterRegistry").getDeclaredMethod("registerLanguageAdapter", String.class, ILanguageAdapter.class).invoke(null, "scala", new ScalaLanguageAdapter());
} catch (Throwable ex) {
LOGGER.fatal("Not running on Cleanroom! Cause by {}", ex);
FMLCommonHandler.instance().exitJava(1, true);
}
}

@Override
public String[] getASMTransformerClass() {
return new String[0];
Expand Down

0 comments on commit 84b0d0c

Please sign in to comment.