mirror of
https://github.com/SimplexDevelopment/Traverse.git
synced 2025-07-01 07:36:41 +00:00
Added manager.bake() in default method.
This commit is contained in:
@ -101,6 +101,7 @@ public class GroupCMD extends AbstractCommandBase {
|
||||
return Component.text("Removed permission " + value + " from group " + group + "!").color(NamedTextColor.GREEN);
|
||||
}
|
||||
default:
|
||||
manager.bake();
|
||||
return Component.text("Invalid target!").color(NamedTextColor.RED);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user