refactor(Features): Moved looped features in a separate sub directory

This commit is contained in:
Yimura 2020-12-31 11:06:36 +01:00
parent 9ab3b97947
commit 095c6c60b9
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682
15 changed files with 338 additions and 338 deletions

View File

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