We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 423c9dc + e08df57 commit d69abd8Copy full SHA for d69abd8
SingleFile/main.cpp
@@ -751,10 +751,6 @@ void cvars() {
751
interfaces.cvar->FindVar("mat_postprocess_enable")->SetValue(config.visuals.m_bDisablePostProcess ? 0 : 1);
752
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
753
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;
758
}
759
int b = 0;
760
void speclist() {
0 commit comments