diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-06-23 22:10:32 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-06-23 22:10:32 -0700 | 
| commit | 9fcd1d24e4763eae2445b8584acf9275d97ce6bc (patch) | |
| tree | baef45ee2b61bce9fa9b400aaa67f0e98c5cde21 | |
| parent | Fix the overly large volume on the MP7A2 (diff) | |
| download | cataclysm-bn-mod_hk-loadout-9fcd1d24e4763eae2445b8584acf9275d97ce6bc.tar.xz | |
Remove excess whitespace
| -rw-r--r-- | json/itemgroups/military.json | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/json/itemgroups/military.json b/json/itemgroups/military.json index 3ef6e21..2d836c0 100644 --- a/json/itemgroups/military.json +++ b/json/itemgroups/military.json @@ -3,7 +3,7 @@      "type": "item_group",      "id": "military",      "subtype": "distribution", -    "entries": [  +    "entries": [        { "item": "hk_ucp", "prob": 2 },        { "item": "hk_mp7", "prob": 5 },        { "item": "46mm", "prob": 7 }  | 
