Fixed Bug #241:
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:
parent
51b3d28cee
commit
5042944d9a
@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user