Skip to content

Commit

Permalink
fix(MarketBoardHandler): fix not marking MarketBoardItemListing handled
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyupe committed Dec 3, 2024
1 parent 771f7c5 commit 8fad1cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cafe.Matcha/Network/Handler/MarketBoardHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ public override bool Handle(Packet packet)
// Always reset isFirstPageIncoming and queryItemId
isFirstPageIncoming = false;
queryItemId = 0;

return true;
}

return false;
Expand Down

0 comments on commit 8fad1cd

Please sign in to comment.