Skip to content

Commit

Permalink
Made the provider in the knot protected
Browse files Browse the repository at this point in the history
  • Loading branch information
coolGi69 committed Aug 18, 2024
1 parent 89b42d3 commit ddfd8c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class Knot extends QuiltLauncherBase {
private boolean isDevelopment;
private EnvType envType;
private final List<Path> classPath = new ArrayList<>();
private GameProvider provider;
protected GameProvider provider;
private boolean unlocked;

public static void launch(String[] args, EnvType type) {
Expand Down

0 comments on commit ddfd8c8

Please sign in to comment.