diff options
author | madmaxoft <github@xoft.cz> | 2013-08-14 19:11:54 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-14 19:11:54 +0200 |
commit | 17b2353d71c405bc626de22e5467d13be792c317 (patch) | |
tree | 6684622247b5c921439bffec3671582cc67fd499 /source/Server.cpp | |
parent | Fixed crashes in world's clientlist manipulators (diff) | |
download | cuberite-17b2353d71c405bc626de22e5467d13be792c317.tar cuberite-17b2353d71c405bc626de22e5467d13be792c317.tar.gz cuberite-17b2353d71c405bc626de22e5467d13be792c317.tar.bz2 cuberite-17b2353d71c405bc626de22e5467d13be792c317.tar.lz cuberite-17b2353d71c405bc626de22e5467d13be792c317.tar.xz cuberite-17b2353d71c405bc626de22e5467d13be792c317.tar.zst cuberite-17b2353d71c405bc626de22e5467d13be792c317.zip |
Diffstat (limited to '')
-rw-r--r-- | source/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Server.cpp b/source/Server.cpp index c01222e5a..fad562973 100644 --- a/source/Server.cpp +++ b/source/Server.cpp @@ -183,7 +183,7 @@ void cServer::PlayerCreated(const cPlayer * a_Player) -void cServer::PlayerDestroyed(const cPlayer * a_Player) +void cServer::PlayerDestroying(const cPlayer * a_Player) { // To avoid deadlocks, the player count is not handled directly, but rather posted onto the tick thread cCSLock Lock(m_CSPlayerCountDiff); |