another entity where the model path from the .fgd was outdated
This commit is contained in:
parent
6968dfe6c5
commit
543c478459
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue