Browse Source

Merge pull request #75 from plieblang/VotekickTrollRatio

Fix typo in sv_vote_kick_troll_min_ratio
pull/78/head
Daniel Gibbs 6 years ago
committed by GitHub
parent
commit
a6cd544168
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Insurgency/server.cfg

2
Insurgency/server.cfg

@ -235,7 +235,7 @@ sv_vote_kick_troll_min_population 0.40
// What ratio of the votes needs to be yes to pass? (1 = All votes need to be yes)
// min. 0 max. 1
sv_vote_kick_troll_min_ration 0.66
sv_vote_kick_troll_min_ratio 0.66
// The minimum number of players needed on the server to start a vote kick
sv_vote_kick_min_players 4

Loading…
Cancel
Save