From f463b47ab917e13874414f086ce946e27483f6c3 Mon Sep 17 00:00:00 2001 From: AmazingPP <1620535041@qq.com> Date: Thu, 24 Dec 2020 18:41:05 +0800 Subject: [PATCH] fix joaat_with_mp_index func --- subVersion/hack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subVersion/hack.cpp b/subVersion/hack.cpp index 83e265e..19b24d5 100644 --- a/subVersion/hack.cpp +++ b/subVersion/hack.cpp @@ -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()