diff --git a/.idea/giants.iml b/.idea/giants.iml new file mode 100644 index 0000000..a589521 --- /dev/null +++ b/.idea/giants.iml @@ -0,0 +1,13 @@ + + + + + + + SPIGOT + + 1 + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index b183bdb..fc57e88 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/pom.xml b/pom.xml index b8c0218..4bd64d0 100644 --- a/pom.xml +++ b/pom.xml @@ -50,14 +50,14 @@ org.bstats bstats-bukkit - 3.0.2 + 3.1.0 compile eu.m724 jarupdater - 0.1.10 + 0.2.0 diff --git a/src/main/java/eu/m724/giants/updater/UpdateCommand.java b/src/main/java/eu/m724/giants/updater/UpdateCommand.java index 215dfe6..0989ac0 100644 --- a/src/main/java/eu/m724/giants/updater/UpdateCommand.java +++ b/src/main/java/eu/m724/giants/updater/UpdateCommand.java @@ -38,7 +38,7 @@ public class UpdateCommand { public void updateCommand(CommandSender sender, String[] args) { sender.sendMessage(ChatColor.GRAY + "Please wait..."); - sender.sendMessage(ChatColor.GRAY + "Channel: " + updater.getEnvironment().getChannel()); + sender.sendMessage(ChatColor.GRAY + "Channel: " + updater.getChannel()); if (updater.updatePending) { sender.sendMessage(ChatColor.YELLOW + "" + ChatColor.BOLD + "(!) Server restart required");