diff --git a/Dalamud/Game/Network/NetworkHandlers.cs b/Dalamud/Game/Network/NetworkHandlers.cs index 714dff1d5..bfc33cedc 100644 --- a/Dalamud/Game/Network/NetworkHandlers.cs +++ b/Dalamud/Game/Network/NetworkHandlers.cs @@ -49,7 +49,7 @@ namespace Dalamud.Game.Network { var notifyType = data[16]; var contentFinderConditionId = BitConverter.ToUInt16(data, 36); - if (notifyType != 3 || contentFinderConditionId == 0) + if (notifyType != 3) return; var contentFinderCondition = this.dalamud.Data.GetExcelSheet().GetRow(contentFinderConditionId); diff --git a/lib/ImGuiScene b/lib/ImGuiScene index 8259c373c..9687dbf41 160000 --- a/lib/ImGuiScene +++ b/lib/ImGuiScene @@ -1 +1 @@ -Subproject commit 8259c373c0b08ace2651445acf1edd03dddf71fd +Subproject commit 9687dbf41f89aa5cff5b2b179fc9e238260c9509