submodule update & fixes the ahelpwindow further

This commit is contained in:
Paul
2022-01-03 04:14:10 +01:00
parent 7e266b41ff
commit 33572c5cc8
5 changed files with 25 additions and 17 deletions

View File

@@ -24,14 +24,6 @@ namespace Content.Client.Administration
}
}
public List<PlayerInfo> GetSortedPlayerList(Comparison<PlayerInfo> comparison)
{
if (_playerList == null) return new List<PlayerInfo>();
var list = _playerList.Values.ToList();
list.Sort(comparison);
return list;
}
public override void Initialize()
{
base.Initialize();