summaryrefslogtreecommitdiffstats
path: root/source/Blocks/BlockEntity.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Blocks/BlockEntity.h')
-rw-r--r--source/Blocks/BlockEntity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Blocks/BlockEntity.h b/source/Blocks/BlockEntity.h
index 458cb33bd..8b82b43a6 100644
--- a/source/Blocks/BlockEntity.h
+++ b/source/Blocks/BlockEntity.h
@@ -15,7 +15,7 @@ public:
{
}
- virtual void OnUse(cWorld * a_World, cPlayer *a_Player, int a_BlockX, int a_BlockY, int a_BlockZ) override
+ virtual void OnUse(cWorld * a_World, cPlayer *a_Player, int a_BlockX, int a_BlockY, int a_BlockZ, char a_BlockFace, int a_CursorX, int a_CursorY, int a_CursorZ) override
{
a_World->UseBlockEntity(a_Player, a_BlockX, a_BlockY, a_BlockZ);
}