summaryrefslogtreecommitdiffstats
path: root/source/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Server.cpp')
-rw-r--r--source/Server.cpp2
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);