]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Don't notify when a mutator blocked weapon tries to spawn (legacy maps will always...
authorMario <mario.mario@y7mail.com>
Wed, 18 Dec 2019 14:25:41 +0000 (00:25 +1000)
committerMario <mario.mario@y7mail.com>
Wed, 18 Dec 2019 14:25:41 +0000 (00:25 +1000)
qcsrc/server/weapons/spawning.qc

index 23a3ee67d6aa5ab8d2ba95d302f2b7514ecbdc39..93c49af9bddb7c7fe02cdd47018d5ce34a3758dd 100644 (file)
@@ -34,7 +34,7 @@ void weapon_defaultspawnfunc(entity this, Weapon wpn)
        {
                if (wpn.spawnflags & WEP_FLAG_MUTATORBLOCKED)
                {
-                       LOG_WARNF("Attempted to spawn a mutator-blocked weapon rejected: prvm_edict server %i", this);
+                       //LOG_WARNF("Attempted to spawn a mutator-blocked weapon rejected: prvm_edict server %i", this);
                        startitem_failed = true;
                        return;
                }