mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Add missing argument to unlink
This commit is contained in:
parent
f8ce00c2df
commit
38a382f8e5
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue