diff --git a/Player/Player.cs b/Player/Player.cs index 411af9a44..af65d3228 100644 --- a/Player/Player.cs +++ b/Player/Player.cs @@ -2623,7 +2623,7 @@ return; for ( int i = 0; i < send.Length; i++ ) { buffer[i + 1] = send[i]; } - if (id != 17) + if (!(id == 16 || id == 17)) // must send ExtEntry and ExtInfo packets synchronously. { try {