Skip to content

Commit

Permalink
Server: Fix v_bowie path in weapon_wall
Browse files Browse the repository at this point in the history
  • Loading branch information
MotoLegacy committed May 18, 2022
1 parent 6f25b07 commit 6b33819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/server/entities/map_entities.qc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 6b33819

Please sign in to comment.