mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-22 22:14:57 +00:00
Update Command_updatetfm.java
This commit is contained in:
parent
7635300799
commit
1894809d43
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ public class Command_updatetfm extends FreedomCommand {
|
|||
@Override
|
||||
public boolean run(CommandSender sender, org.bukkit.entity.Player sender_p, Command cmd, String commandLabel, String[] args, boolean senderIsConsole) {
|
||||
playerMsg("Compiling TFM, please wait...", ChatColor.RED);
|
||||
Utilities.adminAction(sender.getName(), "Compiling TFM", true);
|
||||
Utilities.adminAction(sender.getName(), "Updating TFM, lag will occur", true);
|
||||
String path = MainConfig.getString(ConfigurationEntry.TFM_BUILD_SHELLSCRIPT);
|
||||
File file = new File(path);
|
||||
String directory = file.getParent();
|
||||
|
|
Loading…
Reference in a new issue