123123
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
//************************************
|
||||
|
||||
#include "controller.h"
|
||||
#include <string>
|
||||
extern HSQUIRRELVM v;
|
||||
extern std::recursive_mutex SqMtx;
|
||||
|
||||
@@ -241,7 +242,8 @@ int Controller::hook_PacketDispatcher_doDispatch(PacketDispatcher *a1, CUser *us
|
||||
else if (packet_id == 17)
|
||||
{
|
||||
std::string str = Utils::PackToHexString((const unsigned char *)packet_src, 20);
|
||||
str += ("RindroType" + *(int *)(packet_src + 0x0d));
|
||||
str += ("RindroType");
|
||||
str += std::to_string((int)(*(unsigned char *)(packet_src + 0x0d)));
|
||||
std::lock_guard<std::recursive_mutex>
|
||||
lock(SqMtx);
|
||||
SQBool R;
|
||||
|
||||
Reference in New Issue
Block a user