From 5c2f719f04285b4cd299da30b0588144c5900877 Mon Sep 17 00:00:00 2001 From: Spike29 Date: Mon, 20 Apr 2020 15:09:10 +0200 Subject: [PATCH] Add a missing settemp on the test_blaster_switch vote --- testing.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing.cfg b/testing.cfg index ba05141d9f..f000a084aa 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" -- 2.39.2