From 89f3dec7ac67e4fbcbc300824a86aea66f487b30 Mon Sep 17 00:00:00 2001 From: Mathias Date: Sun, 31 Jan 2016 02:25:03 +0200 Subject: Updated old forum links --- src/ChunkMap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ChunkMap.cpp') 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; } -- cgit v1.2.3