Unused/duplicate function cleanup
* FaceIntToBlockFace in 1.8/1.9 protocol merged - Removed undefined permissions stuff in Player header
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user