mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +00:00
Fixed undefined $orderingChannel
This commit is contained in:
@@ -272,7 +272,7 @@ class Packet{
|
||||
}
|
||||
|
||||
if($length == 0
|
||||
or $orderingChannel >= 32
|
||||
or $orderChannel >= 32
|
||||
or ($hasSplit === 1 and $splitIndex >= $splitCount)){
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user