]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
experimental change: sort impulse weapon order by weapon priority too
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
index 745a6e0b2a5e148be15ba87a3e3da7079d4d2f86..f327ac30dbce30b881cefb56f151bdf27add3d51 100644 (file)
@@ -329,6 +329,8 @@ float sv_loddistance2;
 .float cvar_cl_gunalign;
 .float cvar_cl_noantilag;
 
+.string weaponorder_byimpulse;
+
 void Announce(string snd);
 void AnnounceTo(entity e, string snd);