Release 1.10.5.0 - Autumn Update 2025
This commit is contained in:
@@ -612,7 +612,7 @@ namespace Barotrauma.Networking
|
||||
}
|
||||
|
||||
public bool Equals(ServerInfo other)
|
||||
=> other.Endpoints.Any(e => Endpoints.Contains(e));
|
||||
=> other != null && other.Endpoints.Any(Endpoints.Contains);
|
||||
|
||||
public override int GetHashCode() => Endpoints.First().GetHashCode();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user