From 6cd37abf8ef3c8a3b591f6b9f11dd051325efd27 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 18 Oct 2016 03:35:38 +1000 Subject: [PATCH] Only send wepent to its owner client --- qcsrc/common/wepent.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/common/wepent.qc b/qcsrc/common/wepent.qc index b9bcb737d..fa6c37d7a 100644 --- a/qcsrc/common/wepent.qc +++ b/qcsrc/common/wepent.qc @@ -125,6 +125,7 @@ MACRO_END e.owner = wep; setthink(e, wepent_think); e.nextthink = time; + e.drawonlytoclient = wep.owner; Net_LinkEntity(e, false, 0, wepent_send); } -- 2.39.2