Skip to content

Commit

Permalink
Merge pull request #263 from wescottj98/development
Browse files Browse the repository at this point in the history
removed extra commas
  • Loading branch information
wescottj98 authored Feb 15, 2024
2 parents 2d23bc5 + 85ec94a commit b6d1756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mission/config/subconfigs/crates.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class AmmoCrateLight
{"vn_m1a1_30_mag",30},
{"vn_hp_mag",30},
{"vn_m14_10_mag",30},
{"vn_l1a1_30_mag",60},
{"vn_l1a1_30_mag",60}
};
items[] = {};
backpacks[] = {{"vn_b_pack_static_base_01", 5},{"vn_b_pack_static_tow",5},{"vn_b_pack_static_ammo_01",2}};
Expand Down Expand Up @@ -183,7 +183,7 @@ class AmmoCrateExplosives
{"vn_22mm_m9_heat_mag",20},
{"vn_22mm_m19_wp_mag",20},
{"vn_22mm_m61_frag_mag",20},
{"vn_22mm_n94_heat_mag",20},};
{"vn_22mm_n94_heat_mag",20}};
items[] = {};
backpacks[] = {{"vn_b_pack_static_base_01", 5}};
};
Expand Down

0 comments on commit b6d1756

Please sign in to comment.