Maybe fixed whitespaces
This commit is contained in:
parent
47ceb9e79d
commit
944c04a209
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user