Skip to content

Commit d69abd8

Browse files
authored
Merge pull request #5 from speedyplane2247csgo/patch-2
v1.1.2 hotfix
2 parents 423c9dc + e08df57 commit d69abd8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

SingleFile/main.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -751,10 +751,6 @@ void cvars() {
751751
interfaces.cvar->FindVar("mat_postprocess_enable")->SetValue(config.visuals.m_bDisablePostProcess ? 0 : 1);
752752
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
753753
interfaces.cvar->FindVar("weapon_debug_spread_show")->SetValue(((config.misc.m_bNoScopeCrosshair) && !localplayer->IsScoped()) ? 2 : 0);
754-
if (localplayer->GetHealth() < 0 && localplayer->GetObserverTarget())
755-
localplayer->ObserverMode() = 5;
756-
else
757-
localplayer->ObserverMode() = 4;
758754
}
759755
int b = 0;
760756
void speclist() {

0 commit comments

Comments
 (0)