mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 18:50:51 +01:00
Update /version to reflect final build status.
By: md_5 <git@md-5.net>
This commit is contained in:
parent
1757ce61c0
commit
3c840f61b8
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue