From 3e37de9d51d4e9af4ac1a5e11cc6dd58ac1ccfe9 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 5 Jan 2017 01:55:31 +1000 Subject: [PATCH] New Toys is not a mod worthy of affecting the server list --- qcsrc/common/mutators/mutator/new_toys/sv_new_toys.qc | 5 ----- 1 file changed, 5 deletions(-) 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) -- 2.39.2