Skip to content

Commit

Permalink
Fixed #2780
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgazul committed Jan 22, 2024
1 parent cd6166b commit 06a5d7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static boolean handleCommands(DedicatedServer server)
LineReader reader = LineReaderBuilder.builder()
.appName("Forge")
.terminal(terminal)
.completer(new ConsoleCommandCompleter(server))
.completer(new org.bukkit.craftbukkit.v1_16_R3.command.ConsoleCommandCompleter(server))
.build();
reader.setOpt(LineReader.Option.DISABLE_EVENT_EXPANSION);
reader.unsetOpt(LineReader.Option.INSERT_TAB);
Expand Down

0 comments on commit 06a5d7f

Please sign in to comment.