wip(NoIdleKick): Attempt at fiixing no idle kick

This commit is contained in:
Yimura
2020-12-31 01:47:36 +01:00
parent eea4000738
commit 619611a9f5

View File

@ -9,11 +9,8 @@ namespace big
if (bNoIdleKick)
{
QUEUE_JOB_BEGIN_CLAUSE()
{
*script_global(1377236).at(1165).as<int*>() = -1;
*script_global(1377236).at(1149).as<int*>() = -1;
}QUEUE_JOB_END_CLAUSE
*script_global(1377236).at(1165).as<int*>() = -1;
*script_global(1377236).at(1149).as<int*>() = -1;
}
}
}