mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-28 03:34:42 +02:00
Fixes #538
This commit is contained in:
@ -113,7 +113,7 @@ public abstract class Command<E extends CommandCaller> extends CommandManager {
|
||||
return this.command;
|
||||
}
|
||||
|
||||
final public String getUsage() {
|
||||
public String getUsage() {
|
||||
if (this.usage.length() == 0) {
|
||||
return "/{label} " + command;
|
||||
}
|
||||
@ -127,7 +127,7 @@ public abstract class Command<E extends CommandCaller> extends CommandManager {
|
||||
return this.permission;
|
||||
}
|
||||
|
||||
final public String getDescription() {
|
||||
public String getDescription() {
|
||||
return this.description;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user