mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-03 16:49:53 +00:00
Fixed undefined $orderingChannel
This commit is contained in:
parent
2483614459
commit
8e452831e1
@ -272,7 +272,7 @@ class Packet{
|
|||||||
}
|
}
|
||||||
|
|
||||||
if($length == 0
|
if($length == 0
|
||||||
or $orderingChannel >= 32
|
or $orderChannel >= 32
|
||||||
or ($hasSplit === 1 and $splitIndex >= $splitCount)){
|
or ($hasSplit === 1 and $splitIndex >= $splitCount)){
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user