mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
Fixed undefined $orderingChannel
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user