]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_common.qc
Fix a missing mutator hook
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_common.qc
index bbd9c647bcc8f578e6f5cd0a1e09652f281620ef..9bae1b7ba720b3c476ead7f9980627fba21bfea6 100644 (file)
@@ -11,7 +11,6 @@ void W_GiveWeapon (entity e, float wep, string name)
        oldself = self;
        self = e;
 
-       if not(g_minstagib)
        if (other.classname == "player")
        {
                sprint (other, "You got the ^2");