fix disable subcmd

This commit is contained in:
xGinko 2023-09-30 12:32:31 +02:00
parent 100066bd85
commit 91da2ce7be

View File

@ -13,7 +13,7 @@ public class DisableSubCmd extends SubCommand {
@Override
public String getLabel() {
return "reload";
return "disable";
}
@Override