1111
This commit is contained in:
@@ -25,6 +25,7 @@ void sock::Pack_Control(int idx, int code, void* p3, void* p4)
|
||||
|
||||
|
||||
#if defined CUSTOM_PACK_SOCK
|
||||
/*
|
||||
if (Op == 610)
|
||||
{
|
||||
uint32_t v = GetSqVm();
|
||||
@@ -36,6 +37,7 @@ void sock::Pack_Control(int idx, int code, void* p3, void* p4)
|
||||
SQ_Call(v, 2, 0, 1);
|
||||
SQPop(v, 2);
|
||||
}
|
||||
*/
|
||||
if (Op >= 30 && Op <= 40)
|
||||
{
|
||||
uint32_t v = GetSqVm();
|
||||
|
||||
Reference in New Issue
Block a user