diff options
author | Julian Laubstein <julianlaubstein@yahoo.de> | 2016-01-31 01:54:23 +0100 |
---|---|---|
committer | Julian Laubstein <julianlaubstein@yahoo.de> | 2016-01-31 01:54:23 +0100 |
commit | 57e6fd654b919fbd3813158e5a76de4b1933ebfa (patch) | |
tree | 9fcdeb086ab771b7cc2280f37dab99ac4914a3ee /src/ChunkMap.cpp | |
parent | Merge pull request #2913 from mathias-github/master (diff) | |
parent | Updated old forum links (diff) | |
download | cuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.tar cuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.tar.gz cuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.tar.bz2 cuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.tar.lz cuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.tar.xz cuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.tar.zst cuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.zip |
Diffstat (limited to 'src/ChunkMap.cpp')
-rw-r--r-- | src/ChunkMap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChunkMap.cpp b/src/ChunkMap.cpp index cbbf910fb..705f0bed5 100644 --- a/src/ChunkMap.cpp +++ b/src/ChunkMap.cpp @@ -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; } |