1
0

Server internally uses new functions

This commit is contained in:
Tiger Wang
2014-02-05 23:24:16 +00:00
parent 3450f0ca42
commit aa8b46e947
4 changed files with 13 additions and 17 deletions

View File

@@ -78,7 +78,7 @@ void cBlockBedHandler::OnUse(cChunkInterface & a_ChunkInterface, cWorldInterface
}
}
} else {
a_Player->SendMessage("You can only sleep at night");
a_Player->SendMessageFailure("You can only sleep at night");
}
}
}