mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +00:00
don't break the preprocessor
This commit is contained in:
@@ -29,9 +29,8 @@ namespace pocketmine\network\mcpe\protocol;
|
|||||||
use pocketmine\network\mcpe\NetworkSession;
|
use pocketmine\network\mcpe\NetworkSession;
|
||||||
#ifndef COMPILE
|
#ifndef COMPILE
|
||||||
use pocketmine\utils\Binary;
|
use pocketmine\utils\Binary;
|
||||||
use pocketmine\utils\BinaryStream;
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
use pocketmine\utils\BinaryStream;
|
||||||
|
|
||||||
class BatchPacket extends DataPacket{
|
class BatchPacket extends DataPacket{
|
||||||
const NETWORK_ID = 0xfe;
|
const NETWORK_ID = 0xfe;
|
||||||
|
Reference in New Issue
Block a user