Don't force bwoink window open for admins (#8066)

This commit is contained in:
metalgearsloth
2022-05-13 09:45:08 +10:00
committed by GitHub
parent d82f9155eb
commit 91bb48eec9
3 changed files with 26 additions and 12 deletions

View File

@@ -120,16 +120,8 @@ namespace Content.Client.Administration.UI
public void OnBwoink(NetUserId channel)
{
var open = IsOpen;
Open();
ChannelSelector.RefreshDecorators();
ChannelSelector.Sort();
if (!open)
{
SelectChannel(channel);
}
}
public void SelectChannel(NetUserId channel)