summaryrefslogtreecommitdiffstats
path: root/src/Generating/ChunkGenerator.cpp
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2017-01-19 16:44:44 +0100
committerGitHub <noreply@github.com>2017-01-19 16:44:44 +0100
commit35ca578f44683d2527da1097b7311ff53b22f89c (patch)
tree22c515b3b39193e39f240f0b98a469c005a82a06 /src/Generating/ChunkGenerator.cpp
parentMerge pull request #3551 from cuberite/RenameTwoLocks (diff)
parentRemoved asserts about chunk queued. (diff)
downloadcuberite-35ca578f44683d2527da1097b7311ff53b22f89c.tar
cuberite-35ca578f44683d2527da1097b7311ff53b22f89c.tar.gz
cuberite-35ca578f44683d2527da1097b7311ff53b22f89c.tar.bz2
cuberite-35ca578f44683d2527da1097b7311ff53b22f89c.tar.lz
cuberite-35ca578f44683d2527da1097b7311ff53b22f89c.tar.xz
cuberite-35ca578f44683d2527da1097b7311ff53b22f89c.tar.zst
cuberite-35ca578f44683d2527da1097b7311ff53b22f89c.zip
Diffstat (limited to 'src/Generating/ChunkGenerator.cpp')
-rw-r--r--src/Generating/ChunkGenerator.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Generating/ChunkGenerator.cpp b/src/Generating/ChunkGenerator.cpp
index e7c2e4125..0bbd63f82 100644
--- a/src/Generating/ChunkGenerator.cpp
+++ b/src/Generating/ChunkGenerator.cpp
@@ -288,7 +288,6 @@ void cChunkGenerator::DoGenerate(int a_ChunkX, int a_ChunkZ)
{
ASSERT(m_PluginInterface != nullptr);
ASSERT(m_ChunkSink != nullptr);
- ASSERT(m_ChunkSink->IsChunkQueued(a_ChunkX, a_ChunkZ));
cChunkDesc ChunkDesc(a_ChunkX, a_ChunkZ);
m_PluginInterface->CallHookChunkGenerating(ChunkDesc);