Skip to content

Commit

Permalink
Fix invalid item id: there is no item type "410shot", there is an amm…
Browse files Browse the repository at this point in the history
…unition type of that id.
  • Loading branch information
BevapDin committed Dec 19, 2019
1 parent aadd51c commit 3b46187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/realguns/item_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"id": "spider",
"type": "item_group",
"items": [ [ "410shot", 6 ], [ "m6_asw", 1 ] ]
"items": [ [ "410shot_000", 6 ], [ "m6_asw", 1 ] ]
},
{
"id": "helicopter",
Expand Down

0 comments on commit 3b46187

Please sign in to comment.