Adds permissions panel to admin menu.

This commit is contained in:
Pieter-Jan Briers
2020-12-23 17:00:10 +01:00
parent 2e6ab15a2a
commit 9b53793ca5

View File

@@ -38,6 +38,7 @@ namespace Content.Client.UserInterface.AdminMenu
new KickCommandButton(),
new DirectCommandButton("Admin Ghost", "aghost"),
new TeleportCommandButton(),
new DirectCommandButton("Permissions Panel", "permissions"),
};
private readonly List<CommandButton> _adminbusButtons = new()
{