]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Don't show Nades in the mutator list (a more in-depth message is already shown in...
authorMario <mario@smbclan.net>
Thu, 24 Aug 2017 19:19:47 +0000 (05:19 +1000)
committerMario <mario@smbclan.net>
Thu, 24 Aug 2017 19:19:47 +0000 (05:19 +1000)
qcsrc/common/mutators/mutator/nades/nades.qc

index 090ff82a362f22c7555f851b4c3477ebcfac18fa..ae1bbff6525cac70a7348eb46bc4049ae81c76a7 100644 (file)
@@ -1481,11 +1481,6 @@ MUTATOR_HOOKFUNCTION(nades, BuildMutatorsString)
        M_ARGV(0, string) = strcat(M_ARGV(0, string), ":Nades");
 }
 
-MUTATOR_HOOKFUNCTION(nades, BuildMutatorsPrettyString)
-{
-       M_ARGV(0, string) = strcat(M_ARGV(0, string), ", Nades");
-}
-
 MUTATOR_HOOKFUNCTION(nades, BuildGameplayTipsString)
 {
        M_ARGV(0, string) = strcat(M_ARGV(0, string), "\n\n^3nades^8 are enabled, press 'g' to use them\n");