Merge pull request #2289 from cuberite/HangingFix
Added a forgotten break in cHangingEntity constructor.
This commit is contained in:
commit
744513f604
@ -103,6 +103,7 @@ protected:
|
|||||||
// ASSERT(!"Tried to convert a bad facing!");
|
// ASSERT(!"Tried to convert a bad facing!");
|
||||||
|
|
||||||
Dir = cHangingEntity::BlockFaceToProtocolFace(BLOCK_FACE_XP);
|
Dir = cHangingEntity::BlockFaceToProtocolFace(BLOCK_FACE_XP);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
#if !defined(__clang__)
|
#if !defined(__clang__)
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user