]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/t_items.qc
reenable the other spawn funcs for now
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / t_items.qc
index 93b857fecfd4801507b3ef4e8571afab71e7ef36..76a7838f2f20f09066194f07dece515c1ea06275 100644 (file)
@@ -1000,9 +1000,12 @@ void weapon_defaultspawnfunc(float wpn)
 
                if(e.spawnflags & WEP_FLAG_MUTATORBLOCKED)
                {
+                       print("Attempted to spawn a mutator-blocked weapon; these guns will in the future require a mutator\n");
+                       /*
                        objerror("Attempted to spawn a mutator-blocked weapon rejected");
                        startitem_failed = TRUE;
                        return;
+                       */
                }
 
                s = W_Apply_Weaponreplace(e.netname);