mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-19 01:44:06 +00:00
Fix preprocessor
This commit is contained in:
parent
8d0b881762
commit
88bd7713c5
@ -27,7 +27,9 @@ namespace pocketmine\network\mcpe\protocol;
|
|||||||
|
|
||||||
use pocketmine\network\mcpe\NetworkSession;
|
use pocketmine\network\mcpe\NetworkSession;
|
||||||
use pocketmine\network\mcpe\protocol\types\ContainerIds;
|
use pocketmine\network\mcpe\protocol\types\ContainerIds;
|
||||||
|
#ifndef COMPILE
|
||||||
use pocketmine\utils\Binary;
|
use pocketmine\utils\Binary;
|
||||||
|
#endif
|
||||||
|
|
||||||
class PlayerHotbarPacket extends DataPacket{
|
class PlayerHotbarPacket extends DataPacket{
|
||||||
const NETWORK_ID = ProtocolInfo::PLAYER_HOTBAR_PACKET;
|
const NETWORK_ID = ProtocolInfo::PLAYER_HOTBAR_PACKET;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user