Skip to content

Commit

Permalink
Change to knot
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Sep 18, 2024
1 parent c26f008 commit fc46b02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void addURL(URL url) {
private final KnotClassDelegate<KnotClassLoader> delegate;

KnotClassLoader(boolean isDevelopment, EnvType envType, GameProvider provider) {
super("fabric", new DynamicURLClassLoader(new URL[0]));
super("knot", new DynamicURLClassLoader(new URL[0]));
this.originalLoader = getClass().getClassLoader();
this.urlLoader = (DynamicURLClassLoader) getParent();
this.delegate = new KnotClassDelegate<>(isDevelopment, envType, this, originalLoader, provider);
Expand Down

0 comments on commit fc46b02

Please sign in to comment.