1
0

Updated old forum links

This commit is contained in:
Mathias
2016-01-31 02:25:03 +02:00
parent b5437c9a77
commit 89f3dec7ac
19 changed files with 35 additions and 35 deletions

View File

@@ -3081,7 +3081,7 @@ void cChunkMap::cChunkLayer::UnloadUnusedChunks(void)
{
// The cChunk destructor calls our GetChunk() while removing its entities
// so we still need to be able to return the chunk. Therefore we first delete, then nullptrify
// Doing otherwise results in bug http://forum.mc-server.org/showthread.php?tid=355
// Doing otherwise results in bug https://forum.cuberite.org/thread-355.html
delete m_Chunks[i];
m_Chunks[i] = nullptr;
}