1
0

Very minor code changes

This commit is contained in:
Tiger Wang
2014-05-29 16:58:55 +01:00
parent cea3a8e7e8
commit 60a37c1370
3 changed files with 3 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ void cBlockBedHandler::OnUse(cChunkInterface & a_ChunkInterface, cWorldInterface
NIBBLETYPE Meta = a_ChunkInterface.GetBlockMeta(a_BlockX, a_BlockY, a_BlockZ);
if (Meta & 0x4)
{
a_Player->SendMessageFailure("This bed is occupied.");
a_Player->SendMessageFailure("This bed is occupied");
}
else
{