mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-22 22:14:57 +00:00
Word UpdateTFM command better
This commit is contained in:
parent
8dcf315305
commit
45ebb92377
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public class Command_updatetfm extends FreedomCommand {
|
|||
ProcessBuilder proc = new ProcessBuilder("/bin/bash", "-c", command);
|
||||
Process process = proc.start();
|
||||
process.waitFor();
|
||||
playerMsg(sender, "Compiling TFM! Reloading...");
|
||||
playerMsg(sender, "Compiled TFM! Reloading...");
|
||||
Utilities.adminAction(sender.getName(), "Compilation successful, reloading TFM...", false);
|
||||
for (Player onlinePlayer : Bukkit.getOnlinePlayers()) {
|
||||
onlinePlayer.kickPlayer(ChatColor.RED + "Reloading TFM, please rejoin.");
|
||||
|
|
Loading…
Reference in a new issue