Fixed placing block on tall grass (FS #209)
git-svn-id: http://mc-server.googlecode.com/svn/trunk@614 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
6327d63e25
commit
cd0271a244
@ -1049,7 +1049,7 @@ void cClientHandle::HandleBlockPlace(cPacket_BlockPlace * a_Packet)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ClickedBlock == E_BLOCK_SNOW)
|
if ((ClickedBlock == E_BLOCK_SNOW) || (ClickedBlock == E_BLOCK_TALL_GRASS))
|
||||||
{
|
{
|
||||||
switch (a_Packet->m_Direction)
|
switch (a_Packet->m_Direction)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user