From c53a0ba5f6f71da384a45a07685f8e25c3f91a29 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Wed, 23 Sep 2020 16:06:27 +0100 Subject: Unify block entity pickup conversion - Removed normal BlockHandler knowledge of block entities during conversion + Added cBlockEntity::ConvertToPickups that handles it --- src/Blocks/BlockChest.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/Blocks/BlockChest.h') diff --git a/src/Blocks/BlockChest.h b/src/Blocks/BlockChest.h index 122a345ca..e3a6fb623 100644 --- a/src/Blocks/BlockChest.h +++ b/src/Blocks/BlockChest.h @@ -1,7 +1,6 @@ #pragma once -#include "../BlockEntities/ChestEntity.h" #include "../BlockArea.h" #include "../Entities/Player.h" #include "Mixins.h" @@ -11,9 +10,9 @@ class cBlockChestHandler : - public cYawRotator, 0x07, 0x03, 0x04, 0x02, 0x05> + public cYawRotator, 0x07, 0x03, 0x04, 0x02, 0x05> { - using Super = cYawRotator, 0x07, 0x03, 0x04, 0x02, 0x05>; + using Super = cYawRotator, 0x07, 0x03, 0x04, 0x02, 0x05>; public: -- cgit v1.2.3