From 2dbc52453fc82434a276e8a75916c84c9a6c87f9 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Thu, 29 Aug 2019 15:53:49 +0200 Subject: [PATCH] restore damage between nonBCs --- gamemodes-server.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamemodes-server.cfg b/gamemodes-server.cfg index dddae5c44..de93fd81c 100644 --- a/gamemodes-server.cfg +++ b/gamemodes-server.cfg @@ -387,7 +387,7 @@ set g_keepaway_ballcarrier_force 1 "force multiplier while holding the ball" set g_keepaway_ballcarrier_selfdamage 1 "self damage multiplier while holding the ball" set g_keepaway_ballcarrier_selfforce 1 "self force multiplier while holding the ball" set g_keepaway_noncarrier_warn 1 "warn players when they kill without holding the ball" -set g_keepaway_noncarrier_damage 0 "damage done to other players if both you and they don't have the ball" +set g_keepaway_noncarrier_damage 1 "damage done to other players if both you and they don't have the ball" set g_keepaway_noncarrier_force 1 "force done to other players if both you and they don't have the ball" set g_keepaway_noncarrier_selfdamage 1 "self damage if you don't have the ball" set g_keepaway_noncarrier_selfforce 1 "self force if you don't have the ball" -- 2.39.2