]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/base.qh
Purge most cases of self from the client folder
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / base.qh
index 98c5dadaca887f76968bb3ebb38ec84aec4a3927..62df8dcbc10c516e648fa0068bbd684d9da8834e 100644 (file)
@@ -179,9 +179,8 @@ bool Mutator_SendEntity(entity this, entity to, int sf)
 #endif
 
 #ifdef CSQC
-void NET_Mutator_Remove()
+void NET_Mutator_Remove(entity this)
 {
-    SELFPARAM();
     string s = this.netname;
     WITH(bool, mutator_log, true, LAMBDA(
         FOREACH(Mutators, it.registered_id == s, LAMBDA(Mutator_Remove(it)));