From: Martin Taibr Date: Tue, 20 Aug 2019 11:43:20 +0000 (+0200) Subject: fix typo X-Git-Tag: xonotic-v0.8.5~1382 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9feff4a9093addae3753399fe08ec8782d7fb6b4;p=xonotic%2Fxonotic-data.pk3dir.git fix typo --- 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 37dac8f93..47e1c97a9 100644 --- a/qcsrc/common/mutators/mutator/new_toys/sv_new_toys.qc +++ b/qcsrc/common/mutators/mutator/new_toys/sv_new_toys.qc @@ -28,7 +28,7 @@ Entity: -> This will spawn as Rifle in this mutator ONLY, and as Vortex otherwise. { -"classname" "weapon_vortext" +"classname" "weapon_vortex" "new_toys" "vortex rifle" } -> This will spawn as either Vortex or Rifle in this mutator ONLY, and as Vortex otherwise.