diff options
| author | Alfred Eriksson <somerunce@gmail.com> | 2008-09-07 08:10:56 +0000 |
|---|---|---|
| committer | Alfred Eriksson <somerunce@gmail.com> | 2008-09-07 08:10:56 +0000 |
| commit | 6dcea2c4ca59e0f1ac8450cc31550bdb35bc21b1 (patch) | |
| tree | 52d63fa64e79123e34e19c15819dbd0fb889abc4 /src/game/variables.hpp | |
| parent | 4fb71c1bca5b5acd86f8ef92441ff687679a95a7 (diff) | |
| download | zcatch-6dcea2c4ca59e0f1ac8450cc31550bdb35bc21b1.tar.gz zcatch-6dcea2c4ca59e0f1ac8450cc31550bdb35bc21b1.zip | |
mermerge from 0.4.3: auto team balancing
Diffstat (limited to 'src/game/variables.hpp')
| -rw-r--r-- | src/game/variables.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/variables.hpp b/src/game/variables.hpp index 2803915c..5154e8ac 100644 --- a/src/game/variables.hpp +++ b/src/game/variables.hpp @@ -61,3 +61,4 @@ MACRO_CONFIG_INT(sv_tournament_mode, 0, 0, 1) MACRO_CONFIG_INT(sv_spamprotection, 1, 0, 1) MACRO_CONFIG_INT(sv_spectator_slots, 0, 0, 12) +MACRO_CONFIG_INT(sv_teambalance_time, 1, 0, 1000) |