diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-04-26 19:24:37 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-04-26 19:24:37 -0700 |
commit | f19eea9a43db4f7fe9c0941fda9d581bf5b7d6b7 (patch) | |
tree | b392ccc3bc15293a497eb41f31986d3af0b8e908 /json | |
parent | Add integrated folding stock to G36 (diff) | |
download | cataclysm-bn-mod_hk-loadout-f19eea9a43db4f7fe9c0941fda9d581bf5b7d6b7.tar.xz |
Fix the mp5 being misnamed the mp5k
Diffstat (limited to 'json')
-rw-r--r-- | json/items/gun/9mm.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/gun/9mm.json b/json/items/gun/9mm.json index 55a232c..ac2ed2d 100644 --- a/json/items/gun/9mm.json +++ b/json/items/gun/9mm.json @@ -14,8 +14,8 @@ "volume": "1750 ml" }, { - "id": "hk_mp5", - "copy-from": "hk_mp5", + "id": "hk_mp5k", + "copy-from": "hk_mp5k", "type": "GUN", "name": { "str": "H&K MP5K-PDW", "str_pl": "H&K MP5K-PDW" }, "volume": "1250 ml" |