Fix not being able to message players that weren't filtered by the ahelp menu (#13553)

This commit is contained in:
Kara
2023-01-17 16:11:20 -06:00
committed by GitHub
parent b1fd33e000
commit 25df5bc0a4
2 changed files with 19 additions and 2 deletions

View File

@@ -62,6 +62,11 @@ namespace Content.Client.Administration.UI.CustomControls
}
}
public void StopFiltering()
{
FilterLineEdit.Text = string.Empty;
}
private void FilterList()
{
_sortedPlayerList.Clear();