1
0
Fork 0

Fixed Bucket placing

This commit is contained in:
daniel0916 2014-07-09 16:53:01 +02:00
parent 372dbbb994
commit 98950af634
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public:
bool ScoopUpFluid(cWorld * a_World, cPlayer * a_Player, const cItem & a_Item, int a_BlockX, int a_BlockY, int a_BlockZ, char a_BlockFace)
{
if (a_BlockFace > 0)
if (a_BlockFace < 0)
{
return false;
}