Testing hash update.
This commit is contained in:
parent
4fabccf581
commit
7590b301e5
Binary file not shown.
@ -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+".");
|
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.");
|
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;
|
plugins.get(i).hash = md5;
|
||||||
SaveHash(plugins.get(i));
|
SaveHash(plugins.get(i));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user