]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_common.qc
Merge branch 'master' into mario/mutator_minstagib
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_common.qc
index e68a417e00de6855f4bbfce117ce244b4de3a5f1..d755f68dfc7dbb182b52f7e8c970b3e84eb896f4 100644 (file)
@@ -11,7 +11,6 @@ void W_GiveWeapon (entity e, float wep)
        oldself = self;
        self = e;
 
-       if not(g_minstagib)
        if(other.classname == "player")
                { Send_Notification(NOTIF_ONE, other, MSG_MULTI, ITEM_WEAPON_GOT, wep); }