Changed Signiture of OnDestroyedByPlayer
This commit is contained in:
@@ -35,7 +35,7 @@ class cBlockPistonHeadHandler :
|
||||
public:
|
||||
cBlockPistonHeadHandler(void);
|
||||
|
||||
virtual void OnDestroyedByPlayer(cWorld * a_World, cPlayer * a_Player, int a_BlockX, int a_BlockY, int a_BlockZ) override;
|
||||
virtual void OnDestroyedByPlayer(cChunkInterface & a_ChunkInterface, cWorldInterface & a_WorldInterface, cPlayer * a_Player, int a_BlockX, int a_BlockY, int a_BlockZ) override;
|
||||
|
||||
virtual void ConvertToPickups(cItems & a_Pickups, NIBBLETYPE a_BlockMeta) override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user