Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
portlek committed Oct 5, 2024
1 parent b37a061 commit acb5015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public final class Plugin extends JavaPlugin {

@Override
public void onEnable() {
this.frame.register();
/*this.frame.register();*/
this.frame.register(builder ->
builder.add(Plugin.CONSOLE_KEY, Bukkit.getConsoleSender()));
}
Expand Down

0 comments on commit acb5015

Please sign in to comment.