summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/world.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.cpp b/src/world.cpp
index 7a4fc079..6fdb38ff 100644
--- a/src/world.cpp
+++ b/src/world.cpp
@@ -146,7 +146,7 @@ void world::collect(bool force)
c = nullptr;
pos = chunk_tuple::invalid_coords;
const auto len = len0 - _chunks.size();
- if (len)
+ if (len > 1)
fm_debug("world: collected %zu/%zu chunks", len, len0);
}