]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/all.qh
Increase the weapon cvar update interval to 5 seconds (reduces CPU load a bit)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / all.qh
index 6429ff899325e504aa99aeb398e9bc5da19a634c..045651539a8f489a4e7efb946b9f685238a3a4b7 100644 (file)
@@ -95,7 +95,7 @@ GENERIC_COMMAND(dumpweapons, "Dump all weapons into weapons_dump.txt") // WEAPON
 
 #ifdef SVQC
 entity W_PROP_reloader;
-float autocvar_w_prop_interval = 0;
+float autocvar_w_prop_interval = 5;
 .void(Weapon this, int) wr_net;
 void W_PROP_reload(int chan, entity to)
 {