refactor(Features): Moved looped features in a separate sub directory
This commit is contained in:
parent
9ab3b97947
commit
095c6c60b9
@ -9,8 +9,8 @@ namespace big
|
|||||||
|
|
||||||
if (bNoIdleKick)
|
if (bNoIdleKick)
|
||||||
{
|
{
|
||||||
*script_global(1377236).at(1165).as<int*>() = -1;
|
*script_global(1377236).at(1165).as<int*>() = 0;
|
||||||
*script_global(1377236).at(1149).as<int*>() = -1;
|
*script_global(1377236).at(1149).as<int*>() = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user