Update Makefile, aim.c, and 4 more files...

This commit is contained in:
2025-04-04 18:48:09 -04:00
parent cbea54c5ce
commit 5bf0dfce70
6 changed files with 59 additions and 79 deletions

View File

@@ -215,6 +215,7 @@ void h_CL_CreateMove(float frametime, usercmd_t* cmd, int active) {
}
bhop(cmd);
no_recoil(cmd); // Apply recoil control before aimbot
aimbot(cmd);
bullet_tracers(cmd);
anti_aim(cmd);