]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/overkill/rpc.qc
Remove various SELFPARAM
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / overkill / rpc.qc
index 145817272011a73d5c2c15f103b7e14ce46e750e..b3b8f4248aef2f13070132af15e90dc39327e353 100644 (file)
@@ -62,8 +62,8 @@ void W_RocketPropelledChainsaw_Explode(entity this)
 
 void W_RocketPropelledChainsaw_Touch (entity this)
 {
-       if(WarpZone_Projectile_Touch())
-               if(wasfreed(self))
+       if(WarpZone_Projectile_Touch(this))
+               if(wasfreed(this))
                        return;
 
        W_RocketPropelledChainsaw_Explode(this);