]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/weaponsystem.qc
Step 5: complete
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / weaponsystem.qc
index 12b2e7daa60b980704fe4ae9f3e41a2a21a29717..c2bccef95ca571f7001648c5ed11ac8fac6180b9 100644 (file)
@@ -68,7 +68,7 @@ void CL_Weaponentity_Think(entity this)
        .entity weaponentity = this.weaponentity_fld;
        if (this.owner.(weaponentity) != this)
        {
-               // owner has new gun; remove self
+               // owner has new gun; remove old one
                if (this.weaponchild) remove(this.weaponchild);
                remove(this);
                return;