Update PlanCommand.java

This commit is contained in:
C0D3 M4513R
2023-07-14 13:17:47 +02:00
committed by GitHub
parent 96e48594d8
commit 3b2a463e58
@@ -95,6 +95,6 @@ public class PlanCommand extends Command {
@Override
public List<String> tabComplete(CommandExecutor executor, String alias, String[] args) {
return null;
return Collections.emptyList();
}
}