Makes string list config values display their default value properly
Some checks failed
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit

This commit is contained in:
2022-01-26 05:09:34 +01:00
parent 404b4d0543
commit 7d41b75bac
2 changed files with 15 additions and 1 deletions

View File

@ -105,6 +105,8 @@ public class ConfigTabCompleter implements TabCompleter {
}
}
//TODO: What to do with per-sign colors?
return null;
}