1
0
Torches should drop correct now

git-svn-id: http://mc-server.googlecode.com/svn/trunk@824 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
lapayo94@gmail.com 2012-09-02 18:15:50 +00:00
parent 51b3d28cee
commit 5042944d9a

View File

@ -149,6 +149,11 @@ public:
char Dir = cTorch::MetaDataToDirection(a_World->GetBlockMeta( a_X, a_Y, a_Z));
return TorchCanBePlacedAt(a_World, a_X, a_Y, a_Z, Dir);
}
virtual NIBBLETYPE GetDropMeta(NIBBLETYPE a_BlockMeta) override
{
return 0;
}
};