From d0f4977529582c7363918d09db7005fe2af4fa4c Mon Sep 17 00:00:00 2001 From: z411 Date: Thu, 2 Dec 2021 02:35:04 -0300 Subject: [PATCH] Sorry, Nex just sounds cooler. --- qcsrc/common/weapons/weapon/vortex.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/weapons/weapon/vortex.qh b/qcsrc/common/weapons/weapon/vortex.qh index 040374f4c..1bf1f23b2 100644 --- a/qcsrc/common/weapons/weapon/vortex.qh +++ b/qcsrc/common/weapons/weapon/vortex.qh @@ -18,7 +18,7 @@ CLASS(Vortex, Weapon) /* reticle */ ATTRIB(Vortex, w_reticle, string, "gfx/reticle_nex"); /* wepimg */ ATTRIB(Vortex, model2, string, "weaponnex"); /* refname */ ATTRIB(Vortex, netname, string, "vortex"); -/* wepname */ ATTRIB(Vortex, m_name, string, _("Vortex")); +/* wepname */ ATTRIB(Vortex, m_name, string, _("Nex")); #define X(BEGIN, P, END, class, prefix) \ BEGIN(class) \ -- 2.39.2