Server: Fix v_bowie path in weapon_wall

This commit is contained in:
moto 2022-05-18 09:22:58 -04:00
parent 6f25b07c1f
commit 6b33819c7b

View file

@ -381,7 +381,7 @@ void () buy_weapon_touch =
entity tempz;
tempz = self;
self = other;
Set_W_Frame(15, 30, 0, 0, 0, ReturnWeaponModel, "progs/VModels/v_bowie.mdl", false, S_BOTH);
Set_W_Frame(15, 30, 0, 0, 0, ReturnWeaponModel, "models/weapons/knife/v_bowie.mdl", false, S_BOTH);
self.bowie = 1;
}
}