diff --git a/src/main/lombok/nl/SBDeveloper/V10Lift/Commands/V10LiftCommand.java b/src/main/lombok/nl/SBDeveloper/V10Lift/Commands/V10LiftCommand.java index 4af51f3..1d46626 100644 --- a/src/main/lombok/nl/SBDeveloper/V10Lift/Commands/V10LiftCommand.java +++ b/src/main/lombok/nl/SBDeveloper/V10Lift/Commands/V10LiftCommand.java @@ -579,7 +579,10 @@ public class V10LiftCommand implements CommandExecutor { return true; } + Bukkit.dispatchCommand(sender, "v10lift edit"); V10LiftPlugin.getAPI().renameLift(liftName, args[1]); + Bukkit.dispatchCommand(sender, "v10lift edit " + args[1]); + sender.sendMessage(ChatColor.GREEN + "Lift successfully renamed!"); return true; }