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/Server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Server.cpp') diff --git a/src/Server.cpp b/src/Server.cpp index 5c050c215..5548e77d1 100644 --- a/src/Server.cpp +++ b/src/Server.cpp @@ -373,7 +373,7 @@ void cServer::TickClients(float a_Dt) { if ((*itr)->IsDestroyed()) { - // Delete the client later, when CS is not held, to avoid deadlock: http://forum.mc-server.org/showthread.php?tid=374 + // Delete the client later, when CS is not held, to avoid deadlock: https://forum.cuberite.org/thread-374.html RemoveClients.push_back(*itr); itr = m_Clients.erase(itr); continue; -- cgit v1.2.3