From e6081669783399e80ea7aec1b982024f681c3fe7 Mon Sep 17 00:00:00 2001 From: 0TheSpy <5511c282@opayq.com> Date: Fri, 9 Jul 2021 17:04:39 +0300 Subject: [PATCH] Update dllmain.cpp --- SpyCustom/dllmain.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SpyCustom/dllmain.cpp b/SpyCustom/dllmain.cpp index 6826ea1..9a6bd83 100644 --- a/SpyCustom/dllmain.cpp +++ b/SpyCustom/dllmain.cpp @@ -81,8 +81,7 @@ void OnLevelInit() iff.g_pCVar->FindVar("mat_postprocess_enable")->SetValue(!g_Options.postproc); iff.g_pCVar->FindVar("cl_csm_enabled")->SetValue(!g_Options.shadows); iff.g_pCVar->FindVar("cl_ragdoll_gravity")->SetValue(g_Options.ragdollgravity); - SetValueUnrestricted("cl_phys_timescale", g_Options.ragdolltime); - SetValueUnrestricted("fov_cs_debug", g_Options.fov); + SetValueUnrestricted("cl_phys_timescale", g_Options.ragdolltime); SetValueUnrestricted("viewmodel_fov", g_Options.viewmodel_fov); SetValueUnrestricted("viewmodel_offset_x", g_Options.viewmodel_x); SetValueUnrestricted("viewmodel_offset_y", g_Options.viewmodel_y);