mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
BinaryStream: Fixed wrong header being included
This is currently harmless, except for adding a redundant extra use statement. However harmless it is though, it is still incorrect.
This commit is contained in:
parent
cb90e30bcf
commit
7daca754b1
@ -23,7 +23,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\utils;
|
||||
|
||||
#include <rules/DataPacket.h>
|
||||
#include <rules/BinaryIO.h>
|
||||
|
||||
use pocketmine\item\Item;
|
||||
use pocketmine\item\ItemFactory;
|
||||
|
Loading…
x
Reference in New Issue
Block a user