From b424d85cd5234564f02f3605b5e5554d4d6bbdd1 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 5 Feb 2016 02:20:10 +1000 Subject: [PATCH] Enable team-coloured Arc beam by default --- qcsrc/common/weapons/weapon/arc.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/weapons/weapon/arc.qc b/qcsrc/common/weapons/weapon/arc.qc index 531be194a..303c5a256 100644 --- a/qcsrc/common/weapons/weapon/arc.qc +++ b/qcsrc/common/weapons/weapon/arc.qc @@ -865,7 +865,7 @@ void Arc_Smoke() } #endif #ifdef CSQC -bool autocvar_cl_arcbeam_teamcolor; +bool autocvar_cl_arcbeam_teamcolor = true; METHOD(Arc, wr_impacteffect, void(entity thiswep)) { -- 2.39.2