From: Rudolf Polzer Date: Wed, 24 Aug 2011 13:34:34 +0000 (+0200) Subject: allow two more remove calls, these are safe X-Git-Tag: xonotic-v0.5.0~65 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5856c70f43c3ba91a721260e2d0f3ec162adbb25;p=xonotic%2Fxonotic-data.pk3dir.git allow two more remove calls, these are safe --- diff --git a/qcsrc/server/w_crylink.qc b/qcsrc/server/w_crylink.qc index 6a77e98a8..ae3600de7 100644 --- a/qcsrc/server/w_crylink.qc +++ b/qcsrc/server/w_crylink.qc @@ -237,6 +237,7 @@ void W_Crylink_Touch (void) if(self == self.realowner.crylink_lastgroup) self.realowner.crylink_lastgroup = world; W_Crylink_LinkExplode(self.queuenext, self); + self.classname = "spike_oktoremove"; remove (self); return; } @@ -277,6 +278,7 @@ void W_Crylink_Touch2 (void) if(self == self.realowner.crylink_lastgroup) self.realowner.crylink_lastgroup = world; W_Crylink_LinkExplode(self.queuenext, self); + self.classname = "spike_oktoremove"; remove (self); return; }