diff options
Diffstat (limited to '')
-rw-r--r-- | src/Blocks/BlockEnderChest.h (renamed from src/Blocks/BlockEnderchest.h) | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Blocks/BlockEnderchest.h b/src/Blocks/BlockEnderChest.h index aae16ccec..2e0da0f17 100644 --- a/src/Blocks/BlockEnderchest.h +++ b/src/Blocks/BlockEnderChest.h @@ -6,7 +6,7 @@ -class cBlockEnderchestHandler final : +class cBlockEnderChestHandler final : public cYawRotator<cBlockEntityHandler, 0x07, 0x03, 0x04, 0x02, 0x05> { using Super = cYawRotator<cBlockEntityHandler, 0x07, 0x03, 0x04, 0x02, 0x05>; @@ -38,7 +38,3 @@ private: } }; - - - - |