Skip to content

Commit

Permalink
Delhome now uses the home tab completer
Browse files Browse the repository at this point in the history
  • Loading branch information
Thatsmusic99 committed May 8, 2020
1 parent 00d0b69 commit d793d3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/io/github/at/main/CoreClass.java
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ private void registerCommands() {

getCommand("warp").setTabCompleter(new WarpTabCompleter());
getCommand("home").setTabCompleter(new HomeTabCompleter());
getCommand("delhome").setTabCompleter(new HomeTabCompleter());
}

private void registerEvents() {
Expand Down

0 comments on commit d793d3b

Please sign in to comment.