From 345fd9cf770e4370d6e78c63cd8ebf8590c0c5e1 Mon Sep 17 00:00:00 2001 From: stijnb1234 Date: Tue, 25 Feb 2020 15:12:35 +0100 Subject: [PATCH] Fixed typo in help --- .../lombok/nl/SBDeveloper/V10Lift/Commands/V10LiftCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/lombok/nl/SBDeveloper/V10Lift/Commands/V10LiftCommand.java b/src/main/lombok/nl/SBDeveloper/V10Lift/Commands/V10LiftCommand.java index c46917f..b5e7c3f 100644 --- a/src/main/lombok/nl/SBDeveloper/V10Lift/Commands/V10LiftCommand.java +++ b/src/main/lombok/nl/SBDeveloper/V10Lift/Commands/V10LiftCommand.java @@ -1071,7 +1071,7 @@ public class V10LiftCommand implements CommandExecutor { sender.sendMessage("§6/v10lift rename §f: Rename a lift."); sender.sendMessage("§6/v10lift abort§f: Abort your action."); sender.sendMessage("§6/v10lift whois [Name]§f: See information about a lift."); - sender.sendMessage("§6/v10lift edit §f: Edit a lift."); + sender.sendMessage("§6/v10lift edit [Name]§f: Edit a lift."); sender.sendMessage("§6/v10lift floor [New name]§f: Add/remove/rename a floor."); sender.sendMessage("§6/v10lift input [Floorname]§f: Add/remove an input."); sender.sendMessage("§6/v10lift offline [Floorname]§f: Add/remove an offline input.");