]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
New Toys is not a mod worthy of affecting the server list
authorMario <mario@smbclan.net>
Wed, 4 Jan 2017 15:55:31 +0000 (01:55 +1000)
committerMario <mario@smbclan.net>
Wed, 4 Jan 2017 15:55:31 +0000 (01:55 +1000)
qcsrc/common/mutators/mutator/new_toys/sv_new_toys.qc

index 6c0647b1e62f40f9c0719df49b42f1cdd5d238be..7cf5b430dd736b5b7c331766babe7f99b07eadf7 100644 (file)
@@ -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)