From 6c8ed5c8d4f8bd27a30f89e82ee0e4c4d852f138 Mon Sep 17 00:00:00 2001 From: karashiiro <49822414+karashiiro@users.noreply.github.com> Date: Wed, 15 Feb 2023 22:48:46 -0800 Subject: [PATCH] chore(network): Remove redundant ShouldUpload check --- Dalamud/Game/Network/Internal/NetworkHandlers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Game/Network/Internal/NetworkHandlers.cs b/Dalamud/Game/Network/Internal/NetworkHandlers.cs index c87246cf2..27d5407ef 100644 --- a/Dalamud/Game/Network/Internal/NetworkHandlers.cs +++ b/Dalamud/Game/Network/Internal/NetworkHandlers.cs @@ -329,8 +329,8 @@ internal class NetworkHandlers : IDisposable, IServiceType private IDisposable HandleMarketBoardPurchaseHandler() { return this.OnMarketBoardPurchaseHandler() + .Zip(this.OnMarketBoardPurchase()) .Where(this.ShouldUpload) - .Zip(this.OnMarketBoardPurchase().Where(this.ShouldUpload)) .Subscribe( data => {