From f8b1ffe9bce340ea3a68b4cf46f01f7142234b97 Mon Sep 17 00:00:00 2001 From: Paliak Date: Fri, 6 Jun 2025 13:12:53 +0000 Subject: [PATCH] Apply changes from https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8576 --- src/Classes/Item.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Classes/Item.lua b/src/Classes/Item.lua index 03a32ab63..6980ae9ad 100644 --- a/src/Classes/Item.lua +++ b/src/Classes/Item.lua @@ -776,7 +776,7 @@ function ItemClass:ParseRaw(raw, rarity, highQuality) elseif gameModeStage == "FINDEXPLICIT" then gameModeStage = "DONE" end - elseif foundExplicit then + elseif foundExplicit or (not foundExplicit and gameModeStage == "EXPLICIT") then modLine.modList = { } modLine.extra = line t_insert(modLines, modLine)