Update /version to reflect final build status.

This commit is contained in:
md_5 2019-04-23 12:00:00 +10:00
parent da08d02251
commit 987016eada

View file

@ -44,7 +44,8 @@ public class VersionCommand extends BukkitCommand {
if (args.length == 0) {
sender.sendMessage("This server is running " + Bukkit.getName() + " version " + Bukkit.getVersion() + " (Implementing API version " + Bukkit.getBukkitVersion() + ")");
sendVersion(sender);
sender.sendMessage(ChatColor.YELLOW + "This is a final build for 1.13.2. Please see https://www.spigotmc.org/go/1.13.2 for details about upgrading.");
// sendVersion(sender);
} else {
StringBuilder name = new StringBuilder();