Update flag description

This commit is contained in:
N0tMyFaultOG 2020-04-16 19:15:40 +02:00
parent 3ee29297e0
commit 814fca3832
2 changed files with 2 additions and 3 deletions

View File

@ -46,7 +46,7 @@ import static com.plotsquared.core.util.entity.EntityCategories.CAP_VEHICLE;
@CommandDeclaration(command = "caps",
category = CommandCategory.INFO,
description = "Show plot mob caps",
description = "Show plot entity caps",
usage = "/plot caps")
public class Caps extends SubCommand {
@ -80,5 +80,4 @@ public class Caps extends SubCommand {
.replace("%current%", Integer.toString(current))
.replace("%limit%", Integer.toString(max)).replace("%percentage%", percentage));
}
}