summaryrefslogtreecommitdiffstats
path: root/src/Scoreboard.cpp
diff options
context:
space:
mode:
authorandrew <xdotftw@gmail.com>2014-01-22 14:49:21 +0100
committerandrew <xdotftw@gmail.com>2014-01-22 14:49:21 +0100
commitdd04f5a73ccc125be80a3ba3a3ab508ac300b99a (patch)
treedb504bb2f55757a79a4173f7d2b82f9a66d08229 /src/Scoreboard.cpp
parentMerge branch 'master' of https://github.com/mc-server/MCServer (diff)
downloadcuberite-dd04f5a73ccc125be80a3ba3a3ab508ac300b99a.tar
cuberite-dd04f5a73ccc125be80a3ba3a3ab508ac300b99a.tar.gz
cuberite-dd04f5a73ccc125be80a3ba3a3ab508ac300b99a.tar.bz2
cuberite-dd04f5a73ccc125be80a3ba3a3ab508ac300b99a.tar.lz
cuberite-dd04f5a73ccc125be80a3ba3a3ab508ac300b99a.tar.xz
cuberite-dd04f5a73ccc125be80a3ba3a3ab508ac300b99a.tar.zst
cuberite-dd04f5a73ccc125be80a3ba3a3ab508ac300b99a.zip
Diffstat (limited to 'src/Scoreboard.cpp')
-rw-r--r--src/Scoreboard.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Scoreboard.cpp b/src/Scoreboard.cpp
index e6812d3d7..b2edd613b 100644
--- a/src/Scoreboard.cpp
+++ b/src/Scoreboard.cpp
@@ -238,6 +238,8 @@ bool cTeam::HasPlayer(const AString & a_Name) const
void cTeam::Reset(void)
{
+ // TODO 2014-01-22 xdot: Inform online players
+
m_Players.clear();
}
@@ -505,3 +507,4 @@ unsigned int cScoreboard::GetNumTeams(void) const
+