Skip to content

Commit

Permalink
Merge pull request #35 from C0D3-M4513R/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
funkemunky authored Oct 17, 2023
2 parents 9f66570 + 3b2a463 commit db1cdad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ public String execute(CommandExecutor executor, String[] args) {

@Override
public List<String> tabComplete(CommandExecutor executor, String alias, String[] args) {
return null;
return Collections.emptyList();
}
}

0 comments on commit db1cdad

Please sign in to comment.