This commit is contained in:
lenheart
2024-06-16 20:10:51 +08:00
parent aafb5dfb0a
commit 4fda831cfb
15 changed files with 81 additions and 81 deletions

View File

@@ -185,7 +185,7 @@ static void ReqSquirrelScript(HSQUIRRELVM v)
std::vector<std::string> keyBuf;
Tool::Split(Buf[2].substr(1, -1), keyBuf, ",");
// std::cout << "key: " << Buf[2] << std::endl;
int RealKey[5] = {};
for (size_t i = 0; i < keyBuf.size(); i++)
{