diff options
author | andrew <xdotftw@gmail.com> | 2014-01-22 14:49:21 +0100 |
---|---|---|
committer | andrew <xdotftw@gmail.com> | 2014-01-22 14:49:21 +0100 |
commit | dd04f5a73ccc125be80a3ba3a3ab508ac300b99a (patch) | |
tree | db504bb2f55757a79a4173f7d2b82f9a66d08229 /src/Scoreboard.cpp | |
parent | Merge branch 'master' of https://github.com/mc-server/MCServer (diff) | |
download | cuberite-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 '')
-rw-r--r-- | src/Scoreboard.cpp | 3 |
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 + |