X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fall.qc;h=65168e13a331c2cebf305e667e7542328571b4ff;hb=eac60648c4017e495060dd3ba9e50ac4bad5000a;hp=1e1ce3eede1b1b429aae7fbd53e9264eb8dce530;hpb=dd2b9a194fa4b844241392bfc136b953abf94a7a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/weapons/all.qc b/qcsrc/common/weapons/all.qc index 1e1ce3eed..65168e13a 100644 --- a/qcsrc/common/weapons/all.qc +++ b/qcsrc/common/weapons/all.qc @@ -272,7 +272,7 @@ string W_Model(string w_mdl) { string output = strcat("models/weapons/", w_mdl); MUTATOR_CALLHOOK(WeaponModel, w_mdl, output); - return weapon_model_output; + return M_ARGV(1, string); } #ifndef MENUQC