banned player list made readonly, lobby fakes support

This commit is contained in:
Tomas Blaho
2017-09-20 17:16:15 +02:00
parent eb7f7f4244
commit 9c505c4f5d
3 changed files with 9 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ namespace Torch.API.Managers
/// <summary>
/// List of the banned SteamID's
/// </summary>
List<ulong> BannedPlayers { get; }
IReadOnlyList<ulong> BannedPlayers { get; }
/// <summary>
/// Checks if the player with the given SteamID is banned.