mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-22 16:52:30 +08:00
wip(NoIdleKick): Attempt at fiixing no idle kick
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user