From: Spike29 Date: Mon, 20 Apr 2020 13:09:10 +0000 (+0200) Subject: Add a missing settemp on the test_blaster_switch vote X-Git-Tag: xonotic-v0.8.5~1101^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=refs%2Fmerge-requests%2F796%2Fhead;p=xonotic%2Fxonotic-data.pk3dir.git Add a missing settemp on the test_blaster_switch vote --- diff --git a/testing.cfg b/testing.cfg index ba05141d9..f000a084a 100644 --- a/testing.cfg +++ b/testing.cfg @@ -1,6 +1,6 @@ // https://forums.xonotic.org/showthread.php?tid=8190 // https://gitlab.com/xonotic/xonotic-data.pk3dir/merge_requests/738 -alias test_blaster_switch "settemp g_balance_blaster_primary_animtime 0.1 ; settemp g_balance_blaster_switchdelay_drop 0.1 ; g_balance_blaster_switchdelay_raise 0.1" +alias test_blaster_switch "settemp g_balance_blaster_primary_animtime 0.1 ; settemp g_balance_blaster_switchdelay_drop 0.1 ; settemp g_balance_blaster_switchdelay_raise 0.1" alias test_crylink_sec_horizontal "settemp g_balance_crylink_secondary_linkexplode 0 ; settemp g_balance_crylink_secondary_other_fadetime 2 ; settemp g_balance_crylink_secondary_other_lifetime 2 ; settemp g_balance_crylink_secondary_speed 4000 ; settemp g_balance_crylink_secondary_spread 0.08 ; settemp g_balance_crylink_secondary_spreadtype 0"