Actually fix help

This commit is contained in:
Josh Roy 2024-02-04 20:29:06 -05:00
parent 53b13a8733
commit 198adede73
No known key found for this signature in database
GPG Key ID: 86A69D08540BC29A
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class HelpInput implements IText {
String pluginName = "";
String pluginNameLow = "";
if (!match.equalsIgnoreCase("")) {
lines.add(user.playerTl("helpMatching", match));
lines.add(AdventureUtil.miniToLegacy(user.playerTl("helpMatching", match)));
}
final Multimap<Plugin, Command> pluginCommands = HashMultimap.create();