Testing hash update.

This commit is contained in:
sigonasr2 2016-07-15 16:20:09 -05:00
parent 4fabccf581
commit 7590b301e5
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -80,6 +80,7 @@ public class AutoUpdatePlugin implements Runnable {
DiscordMessageSender.sendItalicizedRawMessageDiscord("The server has detected a new version of "+ChatColor.YELLOW+plugins.get(i).name+".");
Bukkit.broadcastMessage("The server has detected a new version of "+ChatColor.YELLOW+plugins.get(i).name+"."+ChatColor.GRAY+ChatColor.ITALIC+"If all players leave, the update will occur immediately.");
}
TwosideKeeper.log("New hash: "+md5, 2);
plugins.get(i).hash = md5;
SaveHash(plugins.get(i));