From 38a382f8e5c8a8381f21565e0e0a813f3f670239 Mon Sep 17 00:00:00 2001 From: Sauilitired Date: Tue, 1 Jan 2019 00:55:25 +0100 Subject: [PATCH] Add missing argument to unlink --- .../intellectualsites/plotsquared/plot/commands/Unlink.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Unlink.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Unlink.java index ea87f1c8c..ee620e1c1 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Unlink.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Unlink.java @@ -8,7 +8,7 @@ import com.github.intellectualsites.plotsquared.plot.object.PlotPlayer; import com.github.intellectualsites.plotsquared.plot.util.*; @CommandDeclaration(command = "unlink", aliases = {"u", "unmerge"}, - description = "Unlink a mega-plot", usage = "/plot unlink", requiredType = RequiredType.NONE, + description = "Unlink a mega-plot", usage = "/plot unlink [createroads]", requiredType = RequiredType.NONE, category = CommandCategory.SETTINGS, confirmation = true) public class Unlink extends SubCommand {