]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
more "gib"
authorRudolf Polzer <divVerent@xonotic.org>
Thu, 30 Jun 2011 09:52:11 +0000 (11:52 +0200)
committerRudolf Polzer <divVerent@xonotic.org>
Thu, 30 Jun 2011 09:52:11 +0000 (11:52 +0200)
qcsrc/server/mutators/gamemode_keyhunt.qc

index 32e4116aa1273e342491fc34a48288c0d901796a..4d76b26954e466cb53a2ffe3b6cd7983cc42756d 100644 (file)
@@ -1021,7 +1021,7 @@ MUTATOR_HOOKFUNCTION(kh_PlayerDies)
 {
        if(self == other)
                kh_Key_DropAll(self, TRUE);
-       else if(other.classname == "player" || other.classname == "gib")
+       else if(other.classname == "player")
                kh_Key_DropAll(self, FALSE);
        else
                kh_Key_DropAll(self, TRUE);