submodule update & fixes the ahelpwindow further
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user