Skip to content

Commit

Permalink
fix(convars) #260 - don't modify mp_forcecamera cvar
Browse files Browse the repository at this point in the history
  • Loading branch information
safalin1 committed Feb 1, 2024
1 parent 166a927 commit ba14bd1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/scripting/ConVars.sp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ void ResetConVars()
ResetConVar(FindConVar("mp_waitingforplayers_time"));
ResetConVar(FindConVar("mp_disable_respawn_times"));
ResetConVar(FindConVar("mp_respawnwavetime"));
ResetConVar(FindConVar("mp_forcecamera"));
ResetConVar(FindConVar("mp_idlemaxtime"));

// TeamFortress ConVars
Expand All @@ -100,7 +99,6 @@ void PrepareConVars()
SetConVarInt(FindConVar("mp_waitingforplayers_time"), 90);
SetConVarInt(FindConVar("mp_disable_respawn_times"), 0);
SetConVarInt(FindConVar("mp_respawnwavetime"), 9999);
SetConVarInt(FindConVar("mp_forcecamera"), 0);
SetConVarInt(FindConVar("mp_idlemaxtime"), 8);
SetConVarInt(FindConVar("tf_avoidteammates_pushaway"), 0);
SetConVarFloat(FindConVar("tf_max_health_boost"), 1.0);
Expand Down

0 comments on commit ba14bd1

Please sign in to comment.