mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-17 03:10:39 -04:00
Merge pull request #70 from UnknownShadow200/NetFix
Fix ExtInfo rarely arriving after ExtEntry.
This commit is contained in:
commit
1f8777056d
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user