diff options
Diffstat (limited to '')
-rw-r--r-- | src/Items/ItemBottle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Items/ItemBottle.h b/src/Items/ItemBottle.h index d2ca30def..092d5d81a 100644 --- a/src/Items/ItemBottle.h +++ b/src/Items/ItemBottle.h @@ -33,7 +33,7 @@ public: { } - virtual bool OnNextBlock(int a_BlockX, int a_BlockY, int a_BlockZ, BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, char a_EntryFace) override + virtual bool OnNextBlock(int a_BlockX, int a_BlockY, int a_BlockZ, BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, eBlockFace a_EntryFace) override { if (IsBlockWater(a_BlockType)) { |