Skip to content

Commit a0fc4a1

Browse files
committed
Fix compile issues
1 parent fdf216c commit a0fc4a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/src/main/java/net/theevilreaper/bounce/setup/dialog/SetupDialogRegistry.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ public SetupDialogRegistry() {
3131
this.registerDialog(new AuthorInputDialog(
3232
Component.text("Setup Author(s)"),
3333
saveButton,
34-
cancelButton,
34+
cancelButton
3535
// Default to 1 author
3636
));
37-
this.registerDialog(new AuthorRequestDialog());
37+
//this.registerDialog(new AuthorRequestDialog());
3838
}
3939

4040
private void registerDialog(@NotNull DialogTemplate dialog) {

0 commit comments

Comments
 (0)