Don't force bwoink window open for admins (#8066)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user