diff options
author | Mathias <mathias-github@users.noreply.github.com> | 2016-01-31 01:25:03 +0100 |
---|---|---|
committer | Mathias <mathias-github@users.noreply.github.com> | 2016-01-31 01:25:03 +0100 |
commit | 89f3dec7ac67e4fbcbc300824a86aea66f487b30 (patch) | |
tree | 9fcdeb086ab771b7cc2280f37dab99ac4914a3ee /src/Server.cpp | |
parent | Merge pull request #2913 from mathias-github/master (diff) | |
download | cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.gz cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.bz2 cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.lz cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.xz cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.zst cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |