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 authored and Scrumplex committed Jul 16, 2023
1 parent 05056e1 commit e52fd9d
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 e52fd9d

Please sign in to comment.