From 27e31a50faf1e8ce6585f30003cfee09a7cfc1a9 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 15 Mar 2004 23:36:30 +0000 Subject: [PATCH] remove an extra SVC_TEMPENTITY byte that was causing protocol errors --- ParoxysmII/source/weapons.r | 2 -- 1 file changed, 2 deletions(-) diff --git a/ParoxysmII/source/weapons.r b/ParoxysmII/source/weapons.r index bf2b2af..b1baf2b 100644 --- a/ParoxysmII/source/weapons.r +++ b/ParoxysmII/source/weapons.r @@ -149,8 +149,6 @@ void(vector org, float damage) SpawnBlood = { local float type, count; - WriteByte (MSG_MULTICAST, SVC_TEMPENTITY); - if (trace_ent.nobleed) { type = TE_GUNSHOT; count = 5.0;