summaryrefslogtreecommitdiffstats
path: root/src/Map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Map.cpp')
-rw-r--r--src/Map.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Map.cpp b/src/Map.cpp
index a17e332da..30d761154 100644
--- a/src/Map.cpp
+++ b/src/Map.cpp
@@ -125,11 +125,6 @@ bool cMap::UpdatePixel(unsigned int a_X, unsigned int a_Z)
ColorID PixelData;
m_World->DoWithChunk(ChunkX, ChunkZ, [&](cChunk & a_Chunk)
{
- if (!a_Chunk.IsValid())
- {
- return false;
- }
-
if (GetDimension() == dimNether)
{
// TODO 2014-02-22 xdot: Nether maps