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