Fixed /boosters activate

This commit is contained in:
Auxilor
2023-03-27 19:04:43 +01:00
parent 107efb5f92
commit 5f33080bf9
@@ -42,7 +42,7 @@ class CommandActivate(plugin: EcoPlugin) :
if (args.size == 1) { if (args.size == 1) {
StringUtil.copyPartialMatches( StringUtil.copyPartialMatches(
args[0], args[0],
Boosters.values().map { it.id }, Boosters.values().map { it.id.key },
completions completions
) )
return completions return completions