mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
migrating Stats to .Net Core 2
moved buildscripts to application added publish profile
This commit is contained in:
@ -294,6 +294,8 @@ namespace SharedLibraryCore
|
||||
return Game.T5M;
|
||||
if (gameName.Contains("IW5"))
|
||||
return Game.IW5;
|
||||
if (gameName.Contains("COD_T6_S"))
|
||||
return Game.T6M;
|
||||
|
||||
return Game.UKN;
|
||||
}
|
||||
|
Reference in New Issue
Block a user