Update pr stuff
Dieser Commit ist enthalten in:
Ursprung
8b46d6fe69
Commit
c6791f394c
@ -40,6 +40,7 @@ public class CommandSimulatorTabCompleter implements TabCompleter {
|
||||
List<String> tabComplete = new ArrayList<>();
|
||||
tabComplete.add("wand");
|
||||
tabComplete.add("start");
|
||||
tabComplete.add("delete");
|
||||
|
||||
if (args.length >= 2) {
|
||||
return new ArrayList<>();
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren