diff --git a/Libraries/SPTarkov.Server.Core/Generators/WeaponGen/Implementations/ExternalInventoryMagGen.cs b/Libraries/SPTarkov.Server.Core/Generators/WeaponGen/Implementations/ExternalInventoryMagGen.cs index c09031605..f66feb4a1 100644 --- a/Libraries/SPTarkov.Server.Core/Generators/WeaponGen/Implementations/ExternalInventoryMagGen.cs +++ b/Libraries/SPTarkov.Server.Core/Generators/WeaponGen/Implementations/ExternalInventoryMagGen.cs @@ -145,9 +145,10 @@ public void Process(InventoryMagGen inventoryMagGen) magazineTpl = result.Id; magTemplate = result; - fitAttempts++; } + fitAttempts++; + // Reduce loop counter by 1 to ensure we get full cout of desired magazines i--; }