another entity where the model path from the .fgd was outdated

This commit is contained in:
Marco Cawthorne 2024-09-03 12:16:22 -07:00
parent 6968dfe6c5
commit 543c478459
Signed by: eukara
GPG key ID: CE2032F0A2882A22

View file

@ -1,14 +1,14 @@
entityDef item_ammo_smg1
{
"inherit" "ammo_base"
"model" "models/items/BoxMRounds.mdl"
"model" "models/items/boxmrounds.mdl"
"inv_ammo_smg1" "skill:item_smg1"
}
entityDef item_ammo_smg1_large
{
"inherit" "ammo_base"
"model" "models/items/LargeBoxMRounds.mdl"
"model" "models/items/boxmrounds.mdl"
"inv_ammo_smg1" "skill:item_smg1_large"
}