From 03e14bb488e3abd1cdd8e55483aead092df22934 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 12 Mar 2016 16:34:50 +1000 Subject: [PATCH] Increase the weapon cvar update interval to 5 seconds (reduces CPU load a bit) --- qcsrc/common/weapons/all.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/weapons/all.qh b/qcsrc/common/weapons/all.qh index 6429ff899..045651539 100644 --- a/qcsrc/common/weapons/all.qh +++ b/qcsrc/common/weapons/all.qh @@ -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) { -- 2.39.2