Skip to content

Commit

Permalink
Merge pull request #1256 from Trial97/fix11
Browse files Browse the repository at this point in the history
Fixed hashers
  • Loading branch information
TheKodeToad committed Jun 23, 2023
2 parents 046d510 + 28de461 commit 741c23a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions launcher/modplatform/helpers/HashUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ void FlameHasher::executeTask()
emitFailed("Empty hash!");
} else {
emitSucceeded();
emit resultsReady(m_hash);
}
}

Expand Down Expand Up @@ -120,6 +121,7 @@ void BlockedModHasher::executeTask()
emitFailed("Empty hash!");
} else {
emitSucceeded();
emit resultsReady(m_hash);
}
}

Expand Down

0 comments on commit 741c23a

Please sign in to comment.