Fixed /boosters activate
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user