Skip to content

Commit

Permalink
WOw. Deprecation and unused stuff. And todos.
Browse files Browse the repository at this point in the history
  • Loading branch information
AStrangeNewUser committed Dec 2, 2018
1 parent e14d7c0 commit d9c0e35
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,6 @@ public boolean onCommand(CommandSender sender, Command cmd, String commandLabel,
return true;
}

DeliverTutorialHyperlink(player);

return true;
} else if (cmd.getName().equalsIgnoreCase("depositall") && player != null) {
//ensure player has feature enabled
Expand Down Expand Up @@ -300,10 +298,6 @@ public boolean onCommand(CommandSender sender, Command cmd, String commandLabel,
return false;
}

void DeliverTutorialHyperlink(Player player) {
//todo: deliver tutorial link to player
}

public void onDisable() {
@SuppressWarnings("unchecked")
Collection<Player> players = (Collection<Player>) this.getServer().getOnlinePlayers();
Expand Down

0 comments on commit d9c0e35

Please sign in to comment.