Skip to content

Commit

Permalink
Update vip_weapons.sma
Browse files Browse the repository at this point in the history
fixed deagle->usp -.-
  • Loading branch information
mlibre2 committed Aug 16, 2023
1 parent 49cd2f1 commit 1c61495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripting/vip_weapons.sma
Expand Up @@ -31,7 +31,7 @@ new const xWeapon[][xData] =
"weapon_deagle", CSW_DEAGLE, "models/vip_weapons/v_deagle.mdl"
},
{
"weapon_usp", CSW_USP, "models/vip_weapons/v_deagle.mdl"
"weapon_usp", CSW_USP, "models/vip_weapons/v_usp.mdl"
},
{
"weapon_famas", CSW_FAMAS, "models/vip_weapons/v_famas.mdl"
Expand Down

0 comments on commit 1c61495

Please sign in to comment.