Skip to content

Commit

Permalink
GH-300 Add check for org.bukkit.craftbukkit.libs.jline.console.Consol…
Browse files Browse the repository at this point in the history
…eReader (#300)
  • Loading branch information
Rollczi authored Nov 25, 2023
1 parent da7a45e commit b23d145
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ static TabComplete create(Scheduler scheduler, Plugin plugin) {

try {
Class.forName("com.comphenix.protocol.ProtocolLibrary");
Class.forName("org.bukkit.craftbukkit.libs.jline.console.ConsoleReader");
return new TabCompleteProtocolLibAsync(plugin, scheduler);
}
catch (ClassNotFoundException ignored) {}
Expand Down

0 comments on commit b23d145

Please sign in to comment.