1
0

Fixed trailing whitespace.

This commit is contained in:
madmaxoft 2014-09-28 22:17:29 +02:00
parent 1422176d13
commit 5a44be13b7

View File

@ -1153,7 +1153,7 @@ void cClientHandle::HandleBlockDigFinished(int a_BlockX, int a_BlockY, int a_Blo
if (a_OldBlock == E_BLOCK_BEDROCK)
{
Kick("You can't break a bedrock!");
return;
return;
}
if (a_OldBlock == E_BLOCK_BARRIER)
{