Skip to content

Commit

Permalink
Merge pull request #49 from bobbahbrown/v1.3.17
Browse files Browse the repository at this point in the history
1.3.17 - Add support for Beestation Liden (Event Server)
  • Loading branch information
bobbah authored Nov 11, 2021
2 parents 18b36dd + d71569d commit 38d070c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CentCom.Server/CentCom.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<Version>1.3.16</Version>
<Version>1.3.17</Version>
<UserSecretsId>94572412-7eb8-4652-aff2-8afc154cf139</UserSecretsId>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions CentCom.Server/Services/BeeBanService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ private static BanSource ParseBanSource(string raw)
"bs_golden" => LrpSource,
"bs_sage" => MrpSource,
"bs_acacia" => MrpSource,
"bs_linden" => MrpSource,
_ => throw new Exception(
$"Failed to convert raw value of Beestation ban source to BanSource: \"{raw}\""),
};
Expand Down

0 comments on commit 38d070c

Please sign in to comment.