From: Rudolf Polzer Date: Sun, 23 Jun 2013 15:42:05 +0000 (+0200) Subject: finally forbid mutator blocked guns X-Git-Tag: xonotic-v0.8.0~387^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2e9c3c7287aed3e5786cf25152ad3a04f10f35d9;p=xonotic%2Fxonotic-data.pk3dir.git finally forbid mutator blocked guns --- diff --git a/qcsrc/server/t_items.qc b/qcsrc/server/t_items.qc index 926a4ab9d..9a290a2cc 100644 --- a/qcsrc/server/t_items.qc +++ b/qcsrc/server/t_items.qc @@ -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);