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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user