summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol_1_8.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@outlook.com>2020-08-29 17:47:40 +0200
committerTiger Wang <ziwei.tiger@outlook.com>2020-08-29 17:47:40 +0200
commit07ffd9f6f3d6b0748b48ca37a550bf2a3c033c91 (patch)
tree52ff8fd64f48ad25d2aff8e0cd75caa8a0df649e /src/Protocol/Protocol_1_8.h
parentRemove redundant DoWithChunkAt in chests (diff)
downloadcuberite-07ffd9f6f3d6b0748b48ca37a550bf2a3c033c91.tar
cuberite-07ffd9f6f3d6b0748b48ca37a550bf2a3c033c91.tar.gz
cuberite-07ffd9f6f3d6b0748b48ca37a550bf2a3c033c91.tar.bz2
cuberite-07ffd9f6f3d6b0748b48ca37a550bf2a3c033c91.tar.lz
cuberite-07ffd9f6f3d6b0748b48ca37a550bf2a3c033c91.tar.xz
cuberite-07ffd9f6f3d6b0748b48ca37a550bf2a3c033c91.tar.zst
cuberite-07ffd9f6f3d6b0748b48ca37a550bf2a3c033c91.zip
Diffstat (limited to 'src/Protocol/Protocol_1_8.h')
-rw-r--r--src/Protocol/Protocol_1_8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Protocol/Protocol_1_8.h b/src/Protocol/Protocol_1_8.h
index b813b16bf..f48ed4f9c 100644
--- a/src/Protocol/Protocol_1_8.h
+++ b/src/Protocol/Protocol_1_8.h
@@ -226,7 +226,7 @@ protected:
/** Converts the BlockFace received by the protocol into eBlockFace constants.
If the received value doesn't match any of our eBlockFace constants, BLOCK_FACE_NONE is returned. */
- eBlockFace FaceIntToBlockFace(Int8 a_FaceInt);
+ eBlockFace FaceIntToBlockFace(Int32 a_FaceInt);
/** Sends the entity type and entity-dependent data required for the entity to initially spawn. */
virtual void SendEntitySpawn(const cEntity & a_Entity, const UInt8 a_ObjectType, const Int32 a_ObjectData);