1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-09 23:00:57 -05:00

resolve bot guid issue with T5

remove unneeded check for CNCT state
This commit is contained in:
RaidMax
2020-12-14 21:10:50 -06:00
parent 5a81d5b214
commit c53895ca11
3 changed files with 6 additions and 9 deletions

View File

@ -366,8 +366,7 @@ namespace SharedLibraryCore
/// <returns>true if is bot guid, otherwise false</returns>
public static bool IsBotGuid(this string guid)
{
// todo: revisit this magic number for cod5 bot guid
return guid.Contains("bot") || guid == "0" || guid == "1075569476";
return guid.Contains("bot") || guid == "0";
}
/// <summary>