diff options
| author | boris <wzn@moneybot.cc> | 2018-11-29 12:27:54 +1300 |
|---|---|---|
| committer | boris <wzn@moneybot.cc> | 2018-11-29 12:27:54 +1300 |
| commit | f3e9e0adc48dc6a78527a078c847f326cfd21469 (patch) | |
| tree | 3b973aa7dc8199be191c3cc3662821f3be095056 /cheat/internal_rewrite/ragebot_antiaim.cpp | |
| parent | faf3603d97986f75b36da2010faad303a7e289cf (diff) | |
| parent | a5f5dfd279deef761b77de88fb577429b488a4f7 (diff) | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'cheat/internal_rewrite/ragebot_antiaim.cpp')
| -rw-r--r-- | cheat/internal_rewrite/ragebot_antiaim.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cheat/internal_rewrite/ragebot_antiaim.cpp b/cheat/internal_rewrite/ragebot_antiaim.cpp index 958a5c1..b391100 100644 --- a/cheat/internal_rewrite/ragebot_antiaim.cpp +++ b/cheat/internal_rewrite/ragebot_antiaim.cpp @@ -895,7 +895,7 @@ namespace features ent->m_vecOrigin( ),
g_ctx.m_local->m_vecOrigin( ) );
- yaw = ang.y + m_direction ? 90.f : -90.f;
+ yaw = ang.y + m_direction ? -90.f : 90.f;
}
}
else {
|
