Fixed issues with farmland
* Fixed farmland reversion checks not taking into account carrots and potatoes * Fixed #623
This commit is contained in:
@@ -87,7 +87,7 @@ public:
|
||||
|
||||
if ((Meta < 7) && (Light > 8))
|
||||
{
|
||||
a_Chunk.FastSetBlock(a_RelX, a_RelY, a_RelZ, E_BLOCK_CROPS, ++Meta);
|
||||
a_Chunk.FastSetBlock(a_RelX, a_RelY, a_RelZ, m_BlockType, ++Meta);
|
||||
}
|
||||
else if (Light < 9)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user