diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-01-12 00:13:03 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-01-12 00:13:03 -0800 |
commit | 34b75b3bb39e2fa1d3be7424af90aaf316f71018 (patch) | |
tree | 56ab376084698618607ed13a062c465c08159407 | |
parent | Add sounds for the M26 MASS (diff) | |
download | cataclysm-dda-soundpack_jcsoundpack-34b75b3bb39e2fa1d3be7424af90aaf316f71018.tar.xz |
Fix stray comma after adding m26
-rw-r--r-- | guns/00shot_mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guns/00shot_mod.json b/guns/00shot_mod.json index 7d12b50..a7f0d82 100644 --- a/guns/00shot_mod.json +++ b/guns/00shot_mod.json @@ -466,5 +466,5 @@ "guns/reload/rifle_m/rifle_4.ogg", "guns/reload/rifle_m/rifle_5.ogg" ] - }, + } ] |