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

@@ -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;