1
0

Maybe fixed whitespaces

This commit is contained in:
daniel0916 2014-07-10 16:38:19 +02:00
parent 47ceb9e79d
commit 944c04a209

View File

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