Skip to content

Commit

Permalink
Disable LCL for lwjgl(x), if you need to transform them you can use t…
Browse files Browse the repository at this point in the history
…he RFB api or reflection.

Closes #133
  • Loading branch information
eigenraven committed Apr 6, 2024
1 parent 6fe3cbe commit 1e0a33c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ public void onConstruction(@NotNull PluginContext ctx) {
EarlyConfig.load();
verifyJavaVersion();
Launch.classLoader.addClassLoaderExclusion("org.openjdk.nashorn");
Launch.classLoader.addClassLoaderExclusion("org.lwjgl.");
Launch.classLoader.addClassLoaderExclusion("org.lwjglx.");
}

@Override
Expand Down

0 comments on commit 1e0a33c

Please sign in to comment.