Skip to content

Commit

Permalink
Removed game_mod perk set dvars
Browse files Browse the repository at this point in the history
  • Loading branch information
Jbleezy committed Aug 31, 2018
1 parent 0b8b12c commit 983f9a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions maps/_zombiemode.gsc
Original file line number Diff line number Diff line change
Expand Up @@ -1796,10 +1796,6 @@ onPlayerConnect_clientDvars()

self setClientDvar("cg_drawFriendlyFireCrosshair", "1");

// increase game_mod's default perk multipliers
self SetClientDvar("perk_weapRateMultiplier", .75);
self SetClientDvar("perk_sprintRecoveryMultiplier", .5);

// reset dvar that changes when double tap is bought
self SetClientDvar("player_burstFireCooldown", .2);

Expand Down

0 comments on commit 983f9a1

Please sign in to comment.