Skip to content

Commit

Permalink
Rev. 25/08/22C - Changed Default ConVar
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzuerio committed Aug 27, 2022
1 parent 1273b00 commit 776e57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamemodes/prop_hunt/gamemode/sh_convar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ CVAR["ph_prop_viewoffset_mult"] = { CTYPE_FLOAT, "0.8", CVAR_SERVER_ONLY_NO_N
CVAR["ph_mkbren_use_new_mdl"] = { CTYPE_BOOL, "1", CVAR_SERVER_ONLY_NO_NOTIFY, "Use new model for Bren MK II Bonus Weapon (Require Map Restart!!)" }
CVAR["ph_check_for_rooms"] = { CTYPE_BOOL, "1", CVAR_SERVER_ONLY, "Check for rooms before replicating? This will prevent you to get stuck with other objects (such as prop, wall, etc)" }
CVAR["ph_enable_plnames"] = { CTYPE_BOOL, "0", CVAR_SERVER_ONLY, "Serverside control for if a clients see client\'s team player names through walls." }
CVAR["ph_prop_camera_collisions"] = { CTYPE_BOOL, "0", CVAR_SERVER_ONLY, "Attempts to stop props from viewing inside walls." }
CVAR["ph_prop_camera_collisions"] = { CTYPE_BOOL, "1", CVAR_SERVER_ONLY, "Attempts to stop props from viewing inside walls. (Camera Collision)" }
CVAR["ph_prop_collision"] = { CTYPE_BOOL, "0", CVAR_SERVER_ONLY, "Should Team Props collide with each other?" }
CVAR["ph_add_hla_combine"] = { CTYPE_BOOL, "1", CVAR_SERVER_ONLY, "Add HLA Combine to default combine models? [REQUIRE MAP RESTART!]" }
CVAR["ph_swap_teams_every_round"] = { CTYPE_BOOL, "1", CVAR_SERVER_ONLY, "Should teams swapped on every round?" }
Expand Down

0 comments on commit 776e57d

Please sign in to comment.