From: Samual Lenks Date: Sat, 8 Sep 2012 23:23:59 +0000 (-0400) Subject: Whoops, this needs to be disabled by default X-Git-Tag: xonotic-v0.7.0~240^2~22 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=faab9b615629ddb06773b92ef20daee77cb71565;p=xonotic%2Fxonotic-data.pk3dir.git Whoops, this needs to be disabled by default --- diff --git a/gamemodes.cfg b/gamemodes.cfg index eec4b4907..6616108b9 100644 --- a/gamemodes.cfg +++ b/gamemodes.cfg @@ -203,7 +203,7 @@ set g_ctf_pass_request 1 "allow players to request the flag carrier to pass the set g_ctf_pass_turnrate 50 "how well the flag follows the best direction to its target while passing" set g_ctf_pass_timelimit 2 "how long a flag can stay trying to pass before it gives up and just becomes dropped" set g_ctf_pass_velocity 750 "how fast or far a player can pass the flag" -set g_ctf_allow_vehicle_touch 1 "allow flags to be picked up/captured/returned from inside a vehicle +set g_ctf_allow_vehicle_touch 0 "allow flags to be picked up/captured/returned from inside a vehicle set g_ctf_shield_max_ratio 0 "shield at most this percentage of a team from the enemy flag (try: 0.4 for 40%)" set g_ctf_shield_min_negscore 20 "shield the player from the flag if he's got this negative amount of points or less"