Skip to content

Commit

Permalink
Fix from CounterStrike2GSI
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpup committed Jan 20, 2024
1 parent db872e8 commit 6297d2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dota2GSI/Nodes/Node.cs
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ public override bool Equals(object obj)
}

return obj is Node other &&
_ParsedData != null &&
_ParsedData.Equals(other._ParsedData) &&
_successfully_retrieved_any_value.Equals(other._successfully_retrieved_any_value);
}
Expand Down

0 comments on commit 6297d2b

Please sign in to comment.