Skip to content

Commit

Permalink
fix: fix wording and format for MarketBoardRequestItemListingInfo com…
Browse files Browse the repository at this point in the history
…ment
  • Loading branch information
sandtechnology committed Oct 28, 2024
1 parent de015fa commit 496b21a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cafe.Matcha/Network/NetworkMonitor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -555,8 +555,9 @@ private bool HandleMessageByOpcode(Packet packet)

return true;
}
//TODO: This packet not sent from client, so in only recived where in injected games
//We should found the another workaround here

// TODO: This packet is sent from client, so it only appear in injected games
// We should found the another workaround here for handling item id
else if (opcode == MatchaOpcode.MarketBoardRequestItemListingInfo)
{
if (packet.DataLength != 8)
Expand Down

0 comments on commit 496b21a

Please sign in to comment.