Skip to content

Commit

Permalink
Allow Android Versions (Impostor#375)
Browse files Browse the repository at this point in the history
Co-authored-by: js6pak <[email protected]>
Co-authored-by: John Tran <[email protected]>
  • Loading branch information
3 people authored Apr 6, 2021
1 parent 4866a35 commit 970f826
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Impostor.Server/Net/Manager/ClientManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ internal partial class ClientManager
private static readonly HashSet<int> SupportedVersions = new HashSet<int>
{
GameVersion.GetVersion(2021, 3, 25), // 2021.3.31s
GameVersion.GetVersion(2021, 4, 2), // 2021.4.2a
};

private readonly ILogger<ClientManager> _logger;
Expand Down

0 comments on commit 970f826

Please sign in to comment.