From 9db643a3c56d8c4d83bd5877fed266527180fba6 Mon Sep 17 00:00:00 2001 From: hizumi Date: Thu, 21 May 2026 00:11:44 -0500 Subject: [PATCH] Update defines/SupplyCrates.hpp fix trailing comma on array item --- defines/SupplyCrates.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defines/SupplyCrates.hpp b/defines/SupplyCrates.hpp index 4842962..a6b1164 100644 --- a/defines/SupplyCrates.hpp +++ b/defines/SupplyCrates.hpp @@ -50,7 +50,7 @@ class SupplyCrates { {"JCA_30Rnd_9x21_MP5_Mag",15}, // PDW {"rhsusf_mag_40Rnd_46x30_AP",15}, // PDW {"rhsusf_m112_mag",25}, - {"ranger_KAC_LAMG_150rnd_Box_Mixed",25}, // Swaped out to 150 + {"ranger_KAC_LAMG_150rnd_Box_Mixed",25} // Swaped out to 150 }; items[] = {}; };