summaryrefslogtreecommitdiff
path: root/src/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server.cpp')
-rw-r--r--src/server.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server.cpp b/src/server.cpp
index e4c92e356..254916195 100644
--- a/src/server.cpp
+++ b/src/server.cpp
@@ -167,7 +167,8 @@ void * EmergeThread::Thread()
only_from_disk,
changed_blocks,
lighting_invalidated_blocks);
-
+
+#if 0
/*
While we're at it, generate some other blocks too
*/
@@ -187,6 +188,7 @@ void * EmergeThread::Thread()
catch(InvalidPositionException &e)
{
}
+#endif
}
// If it is a dummy, block was not found on disk