1
0

Fixed minor style issues.

This commit is contained in:
madmaxoft
2014-09-17 23:32:14 +02:00
parent 6f5aa487ed
commit 95af3eb526
3 changed files with 5 additions and 5 deletions

View File

@@ -427,7 +427,7 @@ void cBlockHandler::DropBlock(cChunkInterface & a_ChunkInterface, cWorldInterfac
if (a_CanDrop)
{
if ((a_Digger != NULL) && (a_Digger->GetEquippedWeapon().m_Enchantments.GetLevel(cEnchantments::enchSilkTouch) > 0))
{
{
switch (m_BlockType)
{
case E_BLOCK_CAKE: