1
0

Maybe fixed whitespaces

This commit is contained in:
daniel0916 2014-07-10 16:36:28 +02:00
parent a11ad977ce
commit 47ceb9e79d

View File

@ -105,7 +105,7 @@ public:
{ {
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)