summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockBed.h
diff options
context:
space:
mode:
authorAlexander Harkness <me@bearbin.net>2020-04-10 13:25:36 +0200
committerAlexander Harkness <me@bearbin.net>2020-04-10 15:07:16 +0200
commit0d722701861ad9acfa7d36c5156fd184e3ba6bee (patch)
tree7c50b964f945aea1e8501e287bb5044918ce6924 /src/Blocks/BlockBed.h
parentRemove silly empty cBlockGlazedTerracotta class (diff)
downloadcuberite-0d722701861ad9acfa7d36c5156fd184e3ba6bee.tar
cuberite-0d722701861ad9acfa7d36c5156fd184e3ba6bee.tar.gz
cuberite-0d722701861ad9acfa7d36c5156fd184e3ba6bee.tar.bz2
cuberite-0d722701861ad9acfa7d36c5156fd184e3ba6bee.tar.lz
cuberite-0d722701861ad9acfa7d36c5156fd184e3ba6bee.tar.xz
cuberite-0d722701861ad9acfa7d36c5156fd184e3ba6bee.tar.zst
cuberite-0d722701861ad9acfa7d36c5156fd184e3ba6bee.zip
Diffstat (limited to 'src/Blocks/BlockBed.h')
-rw-r--r--src/Blocks/BlockBed.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Blocks/BlockBed.h b/src/Blocks/BlockBed.h
index 3d35b2bf5..ecf1f0d88 100644
--- a/src/Blocks/BlockBed.h
+++ b/src/Blocks/BlockBed.h
@@ -16,9 +16,9 @@ class cWorldInterface;
class cBlockBedHandler :
- public cYawRotator<cBlockEntityHandler, 0x3, 0x02, 0x03, 0x00, 0x01>
+ public cYawRotator<cBlockEntityHandler, 0x03, 0x02, 0x03, 0x00, 0x01>
{
- using super = cYawRotator<cBlockEntityHandler, 0x3, 0x02, 0x03, 0x00, 0x01>;
+ using super = cYawRotator<cBlockEntityHandler, 0x03, 0x02, 0x03, 0x00, 0x01>;
public: