Skip to content

Commit

Permalink
Tidy up some comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
TLeonardUK committed Jan 8, 2024
1 parent 25877b4 commit f2709ee
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -518,11 +518,7 @@ MessageHandleResult DS2_SignManager::Handle_RequestGetRightMatchingArea(GameClie
continue;
}

// TODO: We don't have the other clients password stored, so we can't take that into account for this, it
// would be good if we could somehow.

// Is the client in range to summon or invade us?
// TODO: Add level matching back here.
if (Config.DS2_MatchingAreaMatchingParameters.CheckMatch(SoulMemory, OtherSoulMemory, false))
{
if (auto Iter = PotentialAreas.find(OtherArea); Iter != PotentialAreas.end())
Expand Down

0 comments on commit f2709ee

Please sign in to comment.