summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-17 14:34:16 +0100
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-17 14:34:16 +0100
commita97774624a17ffd332b04a59d383e64e694d232e (patch)
tree747907efe23f49df796494d667d2511b936a7836 /source
parentFixed *nix hang on server stop (socket needs shutting down) (diff)
downloadcuberite-a97774624a17ffd332b04a59d383e64e694d232e.tar
cuberite-a97774624a17ffd332b04a59d383e64e694d232e.tar.gz
cuberite-a97774624a17ffd332b04a59d383e64e694d232e.tar.bz2
cuberite-a97774624a17ffd332b04a59d383e64e694d232e.tar.lz
cuberite-a97774624a17ffd332b04a59d383e64e694d232e.tar.xz
cuberite-a97774624a17ffd332b04a59d383e64e694d232e.tar.zst
cuberite-a97774624a17ffd332b04a59d383e64e694d232e.zip
Diffstat (limited to 'source')
-rw-r--r--source/cWorld.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/cWorld.cpp b/source/cWorld.cpp
index 1161afbff..ca435fe64 100644
--- a/source/cWorld.cpp
+++ b/source/cWorld.cpp
@@ -386,7 +386,6 @@ void cWorld::InitializeSpawn()
{
GetChunk( x + ChunkX-(ViewDist - 1) / 2, 0, z + ChunkZ-(ViewDist - 1) / 2 ); // Queue the chunk in the generator / loader
}
- LOG("Queued %0.2f %% of spawn area", ((float)x / (float)ViewDist) * 100 );
}
// TODO: Wait for the generator to finish generating these chunks