summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Harkness <me@bearbin.net>2020-04-08 21:56:23 +0200
committerAlexander Harkness <me@bearbin.net>2020-04-10 15:07:16 +0200
commit458d7f95c2077c2ccdc320ae890a86461fc073dc (patch)
treec18959aa626cb83fdea0c0d6b0ffc0b051f89670
parentAdd Terracotta handlers (diff)
downloadcuberite-458d7f95c2077c2ccdc320ae890a86461fc073dc.tar
cuberite-458d7f95c2077c2ccdc320ae890a86461fc073dc.tar.gz
cuberite-458d7f95c2077c2ccdc320ae890a86461fc073dc.tar.bz2
cuberite-458d7f95c2077c2ccdc320ae890a86461fc073dc.tar.lz
cuberite-458d7f95c2077c2ccdc320ae890a86461fc073dc.tar.xz
cuberite-458d7f95c2077c2ccdc320ae890a86461fc073dc.tar.zst
cuberite-458d7f95c2077c2ccdc320ae890a86461fc073dc.zip
-rw-r--r--src/Blocks/BlockBrewingStand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Blocks/BlockBrewingStand.h b/src/Blocks/BlockBrewingStand.h
index a37b897fa..6f8966e47 100644
--- a/src/Blocks/BlockBrewingStand.h
+++ b/src/Blocks/BlockBrewingStand.h
@@ -9,9 +9,9 @@
class cBlockBrewingStandHandler :
- public cMetaRotator<cBlockEntityHandler, 0x07, 0x02, 0x05, 0x03, 0x04>
+ public cBlockEntityHandler
{
- using super = cMetaRotator<cBlockEntityHandler, 0x07, 0x02, 0x05, 0x03, 0x04>;
+ using super = cBlockEntityHandler;
public: