mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 00:07:30 +00:00
Added ifndef for NBT Binary
This commit is contained in:
parent
57d1847c50
commit
09a01be709
@ -38,9 +38,13 @@ use pocketmine\nbt\tag\NamedTAG;
|
||||
use pocketmine\nbt\tag\Short;
|
||||
use pocketmine\nbt\tag\String;
|
||||
use pocketmine\nbt\tag\Tag;
|
||||
use pocketmine\utils\Binary;
|
||||
use pocketmine\utils\Utils;
|
||||
|
||||
#ifndef COMPILE
|
||||
use pocketmine\utils\Binary;
|
||||
#endif
|
||||
|
||||
|
||||
#include <rules/NBT.h>
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user