From: Mario Date: Thu, 4 Feb 2016 16:20:10 +0000 (+1000) Subject: Enable team-coloured Arc beam by default X-Git-Tag: xonotic-v0.8.2~1201 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b424d85cd5234564f02f3605b5e5554d4d6bbdd1;p=xonotic%2Fxonotic-data.pk3dir.git Enable team-coloured Arc beam by default --- 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)) {