0
0
Fork 0
mirror of https://github.com/nzp-team/quakec.git synced 2025-04-26 19:40:57 +00:00

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;
}
}