mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
force bots to all use the same profile
use C# 7.1 for projects
This commit is contained in:
@ -730,7 +730,7 @@ namespace SharedLibraryCore.Database.Models
|
||||
|
||||
public override int GetHashCode()
|
||||
{
|
||||
return (int)NetworkId;
|
||||
return IsBot ? ClientNumber : (int)NetworkId;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user