Fixed undefined $orderingChannel

This commit is contained in:
Shoghi Cervantes 2013-11-24 12:03:37 +01:00
parent 2483614459
commit 8e452831e1

View File

@ -272,7 +272,7 @@ class Packet{
}
if($length == 0
or $orderingChannel >= 32
or $orderChannel >= 32
or ($hasSplit === 1 and $splitIndex >= $splitCount)){
continue;
}