mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +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:
@ -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;
|
||||
|
Reference in New Issue
Block a user