summaryrefslogtreecommitdiffstats
path: root/source/blocks/BlockFire.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/blocks/BlockFire.h')
-rw-r--r--source/blocks/BlockFire.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blocks/BlockFire.h b/source/blocks/BlockFire.h
index f1563c637..3e605636b 100644
--- a/source/blocks/BlockFire.h
+++ b/source/blocks/BlockFire.h
@@ -10,7 +10,7 @@ public:
{
}
- 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
{
a_World->DigBlock(a_X, a_Y, a_Z);
}