diff options
Diffstat (limited to 'source/Items/ItemBucket.h')
-rw-r--r-- | source/Items/ItemBucket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Items/ItemBucket.h b/source/Items/ItemBucket.h index 18b344914..35cc1bd2b 100644 --- a/source/Items/ItemBucket.h +++ b/source/Items/ItemBucket.h @@ -152,7 +152,7 @@ public: cBlockHandler * Handler = BlockHandler(CurrentBlock);
if (Handler->DoesDropOnUnsuitable())
{
- Handler->DropBlock(a_World, a_BlockX, a_BlockY, a_BlockZ);
+ Handler->DropBlock(a_World, a_Player, a_BlockX, a_BlockY, a_BlockZ);
}
}
|