extra formatting parentheses

master
p-mcgowan 2014-12-01 22:13:52 -08:00
parent ae47c00547
commit 865b567665
1 changed files with 2 additions and 2 deletions

View File

@ -293,8 +293,8 @@ bool cMobSpawner::CanSpawnHere(cChunk * a_Chunk, int a_RelX, int a_RelY, int a_R
(BlockAbove == E_BLOCK_AIR) &&
(!cBlockInfo::IsTransparent(BlockBelow)) &&
(
a_Biome == biMushroomShore ||
a_Biome == biMushroomIsland
(a_Biome == biMushroomShore) ||
(a_Biome == biMushroomIsland)
)
);
}