1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00

Implement more dynamic parser stuff

This commit is contained in:
RaidMax
2019-01-27 16:40:08 -06:00
parent 88992d1a7b
commit ce7cf9f462
5 changed files with 153 additions and 45 deletions

View File

@ -671,7 +671,7 @@ namespace IW4MAdmin
var version = await this.GetDvarAsync<string>("version");
Version = version.Value;
//GameName = Utilities.GetGame(version.Value);
GameName = Utilities.GetGame(version.Value);
if (GameName == Game.IW4)
{