/plot leave has a terrible description

This commit is contained in:
dordsor21 2019-01-15 16:20:50 +00:00
parent f679d3f873
commit 28c219c694

View File

@ -12,9 +12,10 @@ import com.github.intellectualsites.plotsquared.plot.util.MainUtil;
import java.util.UUID;
@CommandDeclaration(command = "leave", description = "Leave a plot", permission = "plots.leave",
category = CommandCategory.CLAIMING, requiredType = RequiredType.NONE) public class Leave
extends Command {
@CommandDeclaration(command = "leave",
description = "Removes self from being trusted or a member of the plot",
permission = "plots.leave", category = CommandCategory.CLAIMING,
requiredType = RequiredType.NONE) public class Leave extends Command {
public Leave() {
super(MainCommand.getInstance(), true);
}