summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/BlockArea.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BlockArea.cpp b/src/BlockArea.cpp
index b4b519bc7..68976ab7a 100644
--- a/src/BlockArea.cpp
+++ b/src/BlockArea.cpp
@@ -1911,7 +1911,7 @@ bool cBlockArea::cChunkReader::Coords(int a_ChunkX, int a_ChunkZ)
void cBlockArea::cChunkReader::ChunkBuffer(const cChunkBuffer & a_BlockBuffer)
{
- { // BlockTypes
+ {
if (!(m_Area.m_BlockTypes == NULL))
{
int SizeY = m_Area.m_Size.y;