diff --git a/Cafe.Matcha/Network/NetworkMonitor.cs b/Cafe.Matcha/Network/NetworkMonitor.cs index 9897e30..96a7a00 100644 --- a/Cafe.Matcha/Network/NetworkMonitor.cs +++ b/Cafe.Matcha/Network/NetworkMonitor.cs @@ -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)