1
0

Unused/duplicate function cleanup

* FaceIntToBlockFace in 1.8/1.9 protocol merged
- Removed undefined permissions stuff in Player header
This commit is contained in:
Tiger Wang
2020-08-29 16:47:40 +01:00
parent d2e92440eb
commit 07ffd9f6f3
5 changed files with 2 additions and 29 deletions

View File

@@ -3172,7 +3172,7 @@ void cProtocol_1_8_0::StartEncryption(const Byte * a_Key)
eBlockFace cProtocol_1_8_0::FaceIntToBlockFace(Int8 a_BlockFace)
eBlockFace cProtocol_1_8_0::FaceIntToBlockFace(const Int32 a_BlockFace)
{
// Normalize the blockface values returned from the protocol
// Anything known gets mapped 1:1, everything else returns BLOCK_FACE_NONE