From 4ab2fb360098e12fafad6dda944a3a96e09c0662 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 30 Dec 2013 22:29:12 +1100 Subject: [PATCH] Rename w_machinegun.qc to w_uzi.qc --- qcsrc/common/weapons/all.qh | 2 +- qcsrc/common/weapons/{w_machinegun.qc => w_uzi.qc} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename qcsrc/common/weapons/{w_machinegun.qc => w_uzi.qc} (100%) diff --git a/qcsrc/common/weapons/all.qh b/qcsrc/common/weapons/all.qh index f0133ec6c..a0615504b 100644 --- a/qcsrc/common/weapons/all.qh +++ b/qcsrc/common/weapons/all.qh @@ -5,7 +5,7 @@ // core weapons #include "w_blaster.qc" #include "w_shockwave.qc" -#include "w_machinegun.qc" +#include "w_uzi.qc" #include "w_mortar.qc" #include "w_minelayer.qc" #include "w_electro.qc" diff --git a/qcsrc/common/weapons/w_machinegun.qc b/qcsrc/common/weapons/w_uzi.qc similarity index 100% rename from qcsrc/common/weapons/w_machinegun.qc rename to qcsrc/common/weapons/w_uzi.qc -- 2.39.2