Closed Artembelov closed 3 years ago
Can confirm; mod exists universally. Appended log file.
Bug is not picked up by dnSpy for me.
Closing bug. Many bugs have been fixed since this was reported. Please reopen in new bug report using the new templates if this issue persists.
Occours on loading in the map on game start slows down until it freezes does not recover
// Token: 0x0600601E RID: 24606 RVA: 0x0013C66C File Offset: 0x0013A86C private int FindEntry(TKey key) { if (key == null) { throw new ArgumentNullException("key"); } if (this.buckets != null) { int num = this.comparer.GetHashCode(key) & int.MaxValue; for (int i = this.buckets[num % this.buckets.Length]; i >= 0; i = this.entries[i].next) { if (this.entries[i].hashCode == num && this.comparer.Equals(this.entries[i].key, key)) { return i; } } } return -1; }
Pictures https://ibb.co/vVY6kHJ https://ibb.co/BKwQMgr
Mods UsedVersion: 1 Name: Playtesting Mods: