1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-18 11:08:22 -05:00

persist say command messages with webfront denotation to chat log

per issue #159
This commit is contained in:
RaidMax
2020-11-18 09:08:24 -06:00
parent 73bb43a8b2
commit 1c7e66da44
19 changed files with 1009 additions and 43 deletions

View File

@ -81,7 +81,8 @@ namespace StatsWeb
When = _message.TimeSent,
Message = _message.Message,
ServerName = query.IsProfileMeta ? "" : _message.Server.HostName,
GameName = _message.Server.GameName == null ? Server.Game.IW4 : _message.Server.GameName.Value
GameName = _message.Server.GameName == null ? Server.Game.IW4 : _message.Server.GameName.Value,
SentIngame = _message.SentIngame
});
if (query.Direction == SharedLibraryCore.Dtos.SortDirection.Descending)

View File

@ -14,7 +14,7 @@
<RunPostBuildEvent>Always</RunPostBuildEvent>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="RaidMax.IW4MAdmin.SharedLibraryCore" Version="2020.11.11.1" PrivateAssets="All" />
<PackageReference Include="RaidMax.IW4MAdmin.SharedLibraryCore" Version="2020.11.18.1" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>