diff --git a/ClientSplitter/module.php b/ClientSplitter/module.php index 802bd8f..2b61436 100644 --- a/ClientSplitter/module.php +++ b/ClientSplitter/module.php @@ -66,6 +66,7 @@ public function ForwardData($JSONString) $this->SendDebug('Forward', $Data->Buffer, 0); $DataNew['DataID'] = '{C8792760-65CF-4C53-B5C7-A30FCC84FEFE}'; $DataNew['Buffer'] = $Data->Buffer; + $DataNew['Type'] = 0; $DataNew['ClientIP'] = $this->ReadPropertyString('ClientIP'); $DataNew['ClientPort'] = (int) $this->LastPort; $JSONStringNew = json_encode($DataNew);