Skip to content

Commit

Permalink
Fix plugin constructor visibility level
Browse files Browse the repository at this point in the history
  • Loading branch information
jie65535 committed Dec 17, 2023
1 parent 497d13e commit a7833a5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ public final class OpenCommandPlugin extends Plugin {

private static OpenCommandPlugin instance;

private OpenCommandPlugin(Identifier identifier, URLClassLoader classLoader, File dataFolder, Logger logger) {
public OpenCommandPlugin(Identifier identifier, URLClassLoader classLoader, File dataFolder, Logger logger) {
super(identifier, classLoader, dataFolder, logger);
}

Expand Down

0 comments on commit a7833a5

Please sign in to comment.