mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
update logo, fix incorrectly generating data in duties and other situations (we just don't know)
This commit is contained in:
parent
e5a0ff5670
commit
80960c86d3
7 changed files with 95 additions and 56 deletions
|
|
@ -142,5 +142,16 @@ namespace MareSynchronos.Models
|
|||
|
||||
return base.Equals(obj);
|
||||
}
|
||||
|
||||
public override int GetHashCode()
|
||||
{
|
||||
int result = 13;
|
||||
result *= 397;
|
||||
result += Hash.GetHashCode();
|
||||
result += GamePath.GetHashCode();
|
||||
result += ImcData.GetHashCode();
|
||||
|
||||
return result;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue