1
0

Merge pull request #2289 from cuberite/HangingFix

Added a forgotten break in cHangingEntity constructor.
This commit is contained in:
worktycho 2015-06-24 13:01:46 +01:00
commit 744513f604

View File

@ -103,6 +103,7 @@ protected:
// ASSERT(!"Tried to convert a bad facing!");
Dir = cHangingEntity::BlockFaceToProtocolFace(BLOCK_FACE_XP);
break;
}
#if !defined(__clang__)
default: