From a26cf574de63d8e4402ab0d42b4317ce84b00fd0 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Thu, 4 Oct 2018 00:44:00 +0200 Subject: [PATCH] Warn before update restart --- worldedit-core/src/main/java/com/boydti/fawe/util/Updater.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worldedit-core/src/main/java/com/boydti/fawe/util/Updater.java b/worldedit-core/src/main/java/com/boydti/fawe/util/Updater.java index 171fb4a9d..19fe646fd 100644 --- a/worldedit-core/src/main/java/com/boydti/fawe/util/Updater.java +++ b/worldedit-core/src/main/java/com/boydti/fawe/util/Updater.java @@ -46,7 +46,7 @@ public class Updater { Fawe.debug("Updated FAWE to " + versionString + " @ " + pendingFile); String url = "https://empcraft.com/fawe/cl?" + Integer.toHexString(Fawe.get().getVersion().hash); new Message().prefix().text("A FAWE update is available:") - .text("\n&8 - &a/fawe update &8 - &7Update the plugin") + .text("\n&8 - &a/fawe update &8 - &7Updates the plugin and restarts the server to apply the changes") .cmdTip("fawe update") .text("\n&8 - &a/fawe changelog") .cmdTip("fawe changelog")