From: Mario Date: Wed, 4 Jan 2017 15:55:31 +0000 (+1000) Subject: New Toys is not a mod worthy of affecting the server list X-Git-Tag: xonotic-v0.8.2~325 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3e37de9d51d4e9af4ac1a5e11cc6dd58ac1ccfe9;p=xonotic%2Fxonotic-data.pk3dir.git New Toys is not a mod worthy of affecting the server list --- diff --git a/qcsrc/common/mutators/mutator/new_toys/sv_new_toys.qc b/qcsrc/common/mutators/mutator/new_toys/sv_new_toys.qc index 6c0647b1e..7cf5b430d 100644 --- a/qcsrc/common/mutators/mutator/new_toys/sv_new_toys.qc +++ b/qcsrc/common/mutators/mutator/new_toys/sv_new_toys.qc @@ -109,11 +109,6 @@ const float NT_AUTOREPLACE_NEVER = 0; const float NT_AUTOREPLACE_ALWAYS = 1; const float NT_AUTOREPLACE_RANDOM = 2; -MUTATOR_HOOKFUNCTION(nt, SetModname) -{ - M_ARGV(0, string) = "NewToys"; -} - bool nt_IsNewToy(int w) { switch(w)