Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:TCPR/Thermos
Browse files Browse the repository at this point in the history
  • Loading branch information
robotia committed Mar 27, 2016
2 parents 920b9f8 + 11aa40f commit ac84401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/thermos/updater/DefaultUpdateCallback.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void newVersion(String newVersion) {
mNewVersion = newVersion;
if (!mHasUpdate) {
Bukkit.getConsoleSender().sendMessage("New version of Thermos available: " + newVersion);
Bukkit.getConsoleSender().sendMessage("Download at: https://tcpr.ca/downloads/thermos");
Bukkit.getConsoleSender().sendMessage("Download at: https://github.com/TCPR/Thermos/releases");
for (Player player : Bukkit.getOnlinePlayers()) {
if (hasPermission(player)) {
sendUpdate(player);
Expand Down

0 comments on commit ac84401

Please sign in to comment.