diff --git a/Src/BG3.BagsOfSorting/BG3.BagsOfSorting.csproj b/Src/BG3.BagsOfSorting/BG3.BagsOfSorting.csproj
index 98e23b8..2f847b1 100644
--- a/Src/BG3.BagsOfSorting/BG3.BagsOfSorting.csproj
+++ b/Src/BG3.BagsOfSorting/BG3.BagsOfSorting.csproj
@@ -10,7 +10,7 @@
true
true
BG3 - Bags of Sorting
- 1.4.1
+ 1.4.2
Lennard Fonteijn
Copyright © 2023 Lennard Fonteijn
Icon.ico
diff --git a/Src/BG3.BagsOfSorting/Services/PAKGenerator.cs b/Src/BG3.BagsOfSorting/Services/PAKGenerator.cs
index 18ea41b..a25c31c 100644
--- a/Src/BG3.BagsOfSorting/Services/PAKGenerator.cs
+++ b/Src/BG3.BagsOfSorting/Services/PAKGenerator.cs
@@ -224,11 +224,6 @@ public static void Generate(Context context)
private static void GenerateTreasureTable(Context context)
{
- if (context.Configuration.AdditionalTreasures.Count <= 0)
- {
- return;
- }
-
var treasureTablePath = Path.Combine(
BAGS_OUTPUT_PATH,
"Public",