Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
fix joaat_with_mp_index func
Browse files Browse the repository at this point in the history
  • Loading branch information
AmazingPP committed Dec 24, 2020
1 parent e3afc1a commit f463b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subVersion/hack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,7 @@ void hack::blockScriptEvents(feat* feature, std::ptrdiff_t index)

unsigned int hack::joaat_with_mp_index(std::string input, std::string pre)
{
return joaat(pre.empty() ? m_mpId : pre + input);
return joaat((pre.empty() ? m_mpId : pre) + input);
}

void hack::consumeStatQueue()
Expand Down

0 comments on commit f463b47

Please sign in to comment.