This commit is contained in:
Jesse Boyd 2017-11-12 13:32:09 +11:00
parent cbf7956a32
commit 6e9c103b55
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -63,7 +63,7 @@ public class Updater {
}
outFile.renameTo(finalFile);
PS.debug("Updated PlotSquared to " + versionString);
MainUtil.sendAdmin("&7Restart to update PlotSquared with these changes: &c/plot changelog &7or&c " + "http://empcraft.com/plot/cl?" + Integer.toHexString(currentVersion.hash));
MainUtil.sendAdmin("&7Restart to update PlotSquared with these changes: &c/plot changelog &7or&c " + "http://empcraft.com/plots/cl?" + Integer.toHexString(currentVersion.hash));
}
}
}