mirror of
https://github.com/Auxilor/EcoJobs.git
synced 2025-12-23 17:09:27 +00:00
Hardest fix in my life
This commit is contained in:
@@ -53,7 +53,7 @@ class CommandJoin(plugin: EcoPlugin) : Subcommand(plugin, "join", "ecojobs.comma
|
|||||||
|
|
||||||
if (args.size == 1) {
|
if (args.size == 1) {
|
||||||
StringUtil.copyPartialMatches(
|
StringUtil.copyPartialMatches(
|
||||||
args[1],
|
args[0],
|
||||||
Jobs.values().filter { sender.hasJob(it) }.map { it.id },
|
Jobs.values().filter { sender.hasJob(it) }.map { it.id },
|
||||||
completions
|
completions
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user