Fix not being able to message players that weren't filtered by the ahelp menu (#13553)
This commit is contained in:
@@ -62,6 +62,11 @@ namespace Content.Client.Administration.UI.CustomControls
|
||||
}
|
||||
}
|
||||
|
||||
public void StopFiltering()
|
||||
{
|
||||
FilterLineEdit.Text = string.Empty;
|
||||
}
|
||||
|
||||
private void FilterList()
|
||||
{
|
||||
_sortedPlayerList.Clear();
|
||||
|
||||
Reference in New Issue
Block a user