summaryrefslogtreecommitdiffstats
path: root/source/blocks/BlockRedstoneRepeater.h
diff options
context:
space:
mode:
authorlapayo94@gmail.com <lapayo94@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-19 12:44:19 +0200
committerlapayo94@gmail.com <lapayo94@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-19 12:44:19 +0200
commitf6ae6002c3db2535a9858cf88537845245e6e7ba (patch)
tree8ff2054270b689487d2d593734a09b5f04b9771f /source/blocks/BlockRedstoneRepeater.h
parentAndroid: Finally a log! :D (diff)
downloadcuberite-f6ae6002c3db2535a9858cf88537845245e6e7ba.tar
cuberite-f6ae6002c3db2535a9858cf88537845245e6e7ba.tar.gz
cuberite-f6ae6002c3db2535a9858cf88537845245e6e7ba.tar.bz2
cuberite-f6ae6002c3db2535a9858cf88537845245e6e7ba.tar.lz
cuberite-f6ae6002c3db2535a9858cf88537845245e6e7ba.tar.xz
cuberite-f6ae6002c3db2535a9858cf88537845245e6e7ba.tar.zst
cuberite-f6ae6002c3db2535a9858cf88537845245e6e7ba.zip
Diffstat (limited to '')
-rw-r--r--source/blocks/BlockRedstoneRepeater.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blocks/BlockRedstoneRepeater.h b/source/blocks/BlockRedstoneRepeater.h
index 4b6b60485..26b2b9877 100644
--- a/source/blocks/BlockRedstoneRepeater.h
+++ b/source/blocks/BlockRedstoneRepeater.h
@@ -9,7 +9,8 @@ public:
virtual void OnPlaced(cWorld *a_World, int a_X, int a_Y, int a_Z, int a_Dir) override;
virtual void OnDestroyed(cWorld *a_World, int a_X, int a_Y, int a_Z) override;
- virtual void OnClick(cWorld *a_World, cPlayer *a_Player, int a_X, int a_Y, int a_Z) override;
+ virtual void OnDigging(cWorld *a_World, cPlayer *a_Player, int a_X, int a_Y, int a_Z) override;
+ virtual void OnUse(cWorld *a_World, cPlayer *a_Player, int a_X, int a_Y, int a_Z) override;
virtual NIBBLETYPE GetDropMeta(NIBBLETYPE a_BlockMeta) override
{