Skip to content

Commit

Permalink
Merge pull request #5 from speedyplane2247csgo/patch-2
Browse files Browse the repository at this point in the history
v1.1.2 hotfix
  • Loading branch information
exploitmafia authored Mar 31, 2021
2 parents 423c9dc + e08df57 commit d69abd8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions SingleFile/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -751,10 +751,6 @@ void cvars() {
interfaces.cvar->FindVar("mat_postprocess_enable")->SetValue(config.visuals.m_bDisablePostProcess ? 0 : 1);
interfaces.cvar->FindVar("cl_crosshair_recoil")->SetValue(config.misc.m_bRecoilCrosshair ? 1 : 0); // i'm sure the ? 1 : 0 doesn't matter but this feels better. /shrug
interfaces.cvar->FindVar("weapon_debug_spread_show")->SetValue(((config.misc.m_bNoScopeCrosshair) && !localplayer->IsScoped()) ? 2 : 0);
if (localplayer->GetHealth() < 0 && localplayer->GetObserverTarget())
localplayer->ObserverMode() = 5;
else
localplayer->ObserverMode() = 4;
}
int b = 0;
void speclist() {
Expand Down

0 comments on commit d69abd8

Please sign in to comment.