From 89143558958e68ac524a36548d58b6fc29029b5c Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 11 Apr 2020 00:20:51 +0100 Subject: Fix rotation metas on blocks --- src/Blocks/BlockDoor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Blocks/BlockDoor.h') diff --git a/src/Blocks/BlockDoor.h b/src/Blocks/BlockDoor.h index 61185f562..be589ed29 100644 --- a/src/Blocks/BlockDoor.h +++ b/src/Blocks/BlockDoor.h @@ -12,9 +12,9 @@ class cBlockDoorHandler : - public cYawRotator + public cYawRotator { - using super = cYawRotator; + using super = cYawRotator; public: -- cgit v1.2.3