Skip to content

Commit

Permalink
Fix regression from 2cb1e60
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassebq committed Sep 8, 2024
1 parent 61859c7 commit 9ddd881
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void launch() {
LaunchClassLoader loader = getLoader();
loader.overrideClassSource(FABRIC_KNOT, gameProdiverSource());
loader.overrideClassSource(FABRIC_KNOT_CLIENT, gameProdiverSource());
loader.invokeMain(FABRIC_KNOT_CLIENT, config.getArgs());
loader.invokeMain(FABRIC_KNOT_CLIENT.replace('/', '.'), config.getArgs());
}

public static FabricBridge getInstance() {
Expand Down

0 comments on commit 9ddd881

Please sign in to comment.