Simplified ClearMetaOnDrop
parent
515c3cbc67
commit
093b5c6456
|
@ -13,6 +13,6 @@ public:
|
|||
virtual ~cClearMetaOnDrop() {}
|
||||
virtual void ConvertToPickups(cItems & a_Pickups, NIBBLETYPE a_BlockMeta) override
|
||||
{
|
||||
a_Pickups.push_back(cItem(this->m_BlockType, 1, 0));
|
||||
a_Pickups.push_back(cItem(this->m_BlockType));
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue