We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73ddb8 commit 2e807a6Copy full SHA for 2e807a6
1 file changed
Cafe.Matcha/Network/NetworkMonitor.cs
@@ -203,7 +203,7 @@ private bool HandleMessageByOpcode(Packet packet)
203
}
204
else if (opcode == MatchaOpcode.NpcSpawn)
205
{
206
- if (packet.Length != 680)
+ if (packet.Length != 688)
207
208
return false;
209
@@ -294,7 +294,7 @@ private bool HandleMessageByOpcode(Packet packet)
294
295
else if (opcode == MatchaOpcode.ActorControlSelf)
296
297
- if (packet.Length != 64)
+ if (packet.Length != 72)
298
299
300
@@ -486,7 +486,7 @@ private bool HandleMessageByOpcode(Packet packet)
486
487
else if (opcode == MatchaOpcode.InitZone)
488
489
- if (packet.Length != 144)
+ if (packet.Length != 168)
490
491
492
0 commit comments