Minor style cleanup
git-svn-id: http://mc-server.googlecode.com/svn/trunk@922 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
ea2ed2c918
commit
c19a0f3da6
@ -25,7 +25,7 @@ public:
|
|||||||
|
|
||||||
cItems Drops;
|
cItems Drops;
|
||||||
|
|
||||||
if (Meta & 0x7) // Is Wheat
|
if (Meta == 0x7) // Is fully grown
|
||||||
{
|
{
|
||||||
Drops.push_back(cItem(E_ITEM_WHEAT, 1, 0));
|
Drops.push_back(cItem(E_ITEM_WHEAT, 1, 0));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user