]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
finally forbid mutator blocked guns
authorRudolf Polzer <divVerent@xonotic.org>
Sun, 23 Jun 2013 15:42:05 +0000 (17:42 +0200)
committerRudolf Polzer <divVerent@xonotic.org>
Sun, 23 Jun 2013 15:42:05 +0000 (17:42 +0200)
qcsrc/server/t_items.qc

index 926a4ab9df36a6faeec3214cab01510f72d7f274..9a290a2cc3ed83830e77ea67c8abca0740a88787 100644 (file)
@@ -1165,12 +1165,9 @@ 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);