1
0

Minor style cleanup

git-svn-id: http://mc-server.googlecode.com/svn/trunk@922 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2012-10-03 16:21:46 +00:00
parent ea2ed2c918
commit c19a0f3da6

View File

@ -25,7 +25,7 @@ public:
cItems Drops;
if (Meta & 0x7) // Is Wheat
if (Meta == 0x7) // Is fully grown
{
Drops.push_back(cItem(E_ITEM_WHEAT, 1, 0));
}