1
0
Fork 0

Maybe fixed whitespaces

This commit is contained in:
daniel0916 2014-07-10 16:38:19 +02:00
parent 47ceb9e79d
commit 944c04a209
1 changed files with 7 additions and 7 deletions

View File

@ -99,13 +99,13 @@ public:
{
return false;
}
Vector3i BlockPos;
if (!GetPlaceableBlockFromTrace(a_World, a_Player, BlockPos))
{
return false;
}
Vector3i BlockPos;
if (!GetPlaceableBlockFromTrace(a_World, a_Player, BlockPos))
{
return false;
}
BLOCKTYPE CurrentBlock = a_World->GetBlock(BlockPos);
bool CanWashAway = cFluidSimulator::CanWashAway(CurrentBlock);
if (!CanWashAway)