summaryrefslogtreecommitdiffstats
path: root/src/ClientHandle.cpp
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-06-29 01:40:15 +0200
committerHowaner <franzi.moos@googlemail.com>2014-06-29 01:40:15 +0200
commit50e112788bc46460ec2c1972f811264c1a9b04cc (patch)
tree0e2fe234f7538a3f0da2bca1ba3e0dcc411a8e1e /src/ClientHandle.cpp
parentMerge pull request #1132 from mc-server/RemoveMD5 (diff)
downloadcuberite-50e112788bc46460ec2c1972f811264c1a9b04cc.tar
cuberite-50e112788bc46460ec2c1972f811264c1a9b04cc.tar.gz
cuberite-50e112788bc46460ec2c1972f811264c1a9b04cc.tar.bz2
cuberite-50e112788bc46460ec2c1972f811264c1a9b04cc.tar.lz
cuberite-50e112788bc46460ec2c1972f811264c1a9b04cc.tar.xz
cuberite-50e112788bc46460ec2c1972f811264c1a9b04cc.tar.zst
cuberite-50e112788bc46460ec2c1972f811264c1a9b04cc.zip
Diffstat (limited to 'src/ClientHandle.cpp')
-rw-r--r--src/ClientHandle.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp
index 95dfaffb2..abe9a86f5 100644
--- a/src/ClientHandle.cpp
+++ b/src/ClientHandle.cpp
@@ -361,6 +361,9 @@ void cClientHandle::Authenticate(const AString & a_Name, const AString & a_UUID)
// Send scoreboard data
World->GetScoreBoard().SendTo(*this);
+ // Send statistics
+ SendStatistics(m_Player->GetStatManager());
+
// Delay the first ping until the client "settles down"
// This should fix #889, "BadCast exception, cannot convert bit to fm" error in client
cTimer t1;