mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-16 02:38:54 +00:00
don't break the preprocessor
This commit is contained in:
parent
72d1948f30
commit
6341d3a0dc
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user