Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DubbleClick committed Aug 2, 2024
1 parent 942d8f4 commit 94603c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GWToolboxdll/Modules/QuestModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ namespace {
{
const auto cqp = GetCalculatedQuestPath(*(GW::Constants::QuestID*)&args, false);
if (!cqp) return;
// TODO: @3vcloud idc to look at it atm but this crashes me when changing zones if a path had already been calculated
ASSERT(cqp->stop_source.has_value());

cqp->stop_source.value().request_stop();
Expand Down

0 comments on commit 94603c4

Please sign in to comment.