1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

Add RCon support for S1x

This commit is contained in:
RaidMax
2021-04-16 13:35:51 -05:00
parent f8530b098f
commit 0592ab1e02
6 changed files with 48 additions and 4 deletions

View File

@ -1015,7 +1015,7 @@ namespace IW4MAdmin
var version = await this.GetMappedDvarValueOrDefaultAsync<string>("version");
Version = version.Value;
GameName = Utilities.GetGame(version?.Value ?? RconParser.Version);
GameName = Utilities.GetGame(version.Value ?? RconParser.Version);
if (GameName == Game.UKN)
{