Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
Got rid of one comment.
  • Loading branch information
DarkPyves committed Apr 29, 2016
1 parent 3bbabad commit 0e30e3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/com/hm/achievement/command/InfoCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ public void getInfo(CommandSender sender) {
sender.sendMessage(plugin.getChatHeader() + plugin.getColor()
+ plugin.getPluginLang().getString("version-command-version", "Version:") + " " + ChatColor.GRAY
+ plugin.getDescription().getVersion());
// sender.sendMessage(plugin.getChatHeader() + plugin.getColor()
// + plugin.getPluginLang().getString("version-command-website", "Website:") + " " + ChatColor.GRAY
// + plugin.getDescription().getWebsite());
sender.sendMessage(plugin.getChatHeader() + plugin.getColor()
+ plugin.getPluginLang().getString("version-command-website", "Website:") + " " + ChatColor.GRAY
+ plugin.getDescription().getWebsite());
sender.sendMessage(plugin.getChatHeader() + plugin.getColor()
+ plugin.getPluginLang().getString("version-command-author", "Author:") + " " + ChatColor.GRAY
+ plugin.getDescription().getAuthors().get(0));
Expand Down

0 comments on commit 0e30e3d

Please sign in to comment.