1
0

Merge pull request #1353 from mc-server/Effects

Added speed entity effect.
This commit is contained in:
Mattes D
2014-09-13 17:05:59 +02:00
13 changed files with 179 additions and 16 deletions

View File

@@ -1063,7 +1063,7 @@ void cClientHandle::HandleBlockDigStarted(int a_BlockX, int a_BlockY, int a_Bloc
(m_Player->GetWorld()->GetBlock(a_BlockX, a_BlockY, a_BlockZ) != E_BLOCK_FIRE)
)
{
// Players can't destroy blocks with a Sword in the hand.
// Players can't destroy blocks with a sword in the hand.
return;
}