mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-10 22:35:29 +00:00
Added debug category
This commit is contained in:
parent
97b9198d77
commit
51f718dcac
5 changed files with 138 additions and 3 deletions
|
@ -120,7 +120,8 @@ public abstract class SubCommand {
|
|||
CLAIMING("Claiming"),
|
||||
TELEPORT("Teleportation"),
|
||||
ACTIONS("Actions"),
|
||||
INFO("Information");
|
||||
INFO("Information"),
|
||||
DEBUG("Debug");
|
||||
private String name;
|
||||
|
||||
CommandCategory(String name) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue