Adds a adminbus button to delete the singularity (#4816)
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Content.Client.Administration.UI.CustomControls
|
||||
protected virtual bool CanPress()
|
||||
{
|
||||
return string.IsNullOrEmpty(Command) ||
|
||||
IoCManager.Resolve<IClientConGroupController>().CanCommand(Command);
|
||||
IoCManager.Resolve<IClientConGroupController>().CanCommand(Command.Split(' ')[0]);
|
||||
}
|
||||
|
||||
protected override void EnteredTree()
|
||||
|
||||
Reference in New Issue
Block a user