summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockHandler.cpp
diff options
context:
space:
mode:
authorGefaketHD <Jobad@live.de>2020-04-10 18:52:59 +0200
committerAlexander Harkness <me@bearbin.net>2020-04-11 21:00:05 +0200
commit0712fd2d90203d171a76e0fef0d517022f173070 (patch)
tree7a979af7c13826b75007c4606a4d94c473f8b0e2 /src/Blocks/BlockHandler.cpp
parentReplace all single-digit hex constants with two-digit version (diff)
downloadcuberite-0712fd2d90203d171a76e0fef0d517022f173070.tar
cuberite-0712fd2d90203d171a76e0fef0d517022f173070.tar.gz
cuberite-0712fd2d90203d171a76e0fef0d517022f173070.tar.bz2
cuberite-0712fd2d90203d171a76e0fef0d517022f173070.tar.lz
cuberite-0712fd2d90203d171a76e0fef0d517022f173070.tar.xz
cuberite-0712fd2d90203d171a76e0fef0d517022f173070.tar.zst
cuberite-0712fd2d90203d171a76e0fef0d517022f173070.zip
Diffstat (limited to 'src/Blocks/BlockHandler.cpp')
-rw-r--r--src/Blocks/BlockHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Blocks/BlockHandler.cpp b/src/Blocks/BlockHandler.cpp
index fd7ca2f52..2033923cd 100644
--- a/src/Blocks/BlockHandler.cpp
+++ b/src/Blocks/BlockHandler.cpp
@@ -97,7 +97,7 @@
-using cBlockGlazedTerracottaHandler = cClearMetaOnDrop<cYawRotator<cBlockHandler, 0x03, 0x01, 0x03, 0x00, 0x02>>;
+using cBlockGlazedTerracottaHandler = cClearMetaOnDrop<cYawRotator<cBlockHandler, 0x03, 0x00, 0x01, 0x02, 0x03>>;