diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2021-02-09 14:01:13 +0100 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2021-02-10 11:30:32 +0100 |
commit | 86cfb3821150d24cd60e5501720779696379643a (patch) | |
tree | b84026063826f4d21e4c9cfe0a0b3f9b5a255c3b /src/Scoreboard.h | |
parent | CompositeChat: use variants (diff) | |
download | cuberite-86cfb3821150d24cd60e5501720779696379643a.tar cuberite-86cfb3821150d24cd60e5501720779696379643a.tar.gz cuberite-86cfb3821150d24cd60e5501720779696379643a.tar.bz2 cuberite-86cfb3821150d24cd60e5501720779696379643a.tar.lz cuberite-86cfb3821150d24cd60e5501720779696379643a.tar.xz cuberite-86cfb3821150d24cd60e5501720779696379643a.tar.zst cuberite-86cfb3821150d24cd60e5501720779696379643a.zip |
Diffstat (limited to 'src/Scoreboard.h')
-rw-r--r-- | src/Scoreboard.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Scoreboard.h b/src/Scoreboard.h index c22ddfb28..523598578 100644 --- a/src/Scoreboard.h +++ b/src/Scoreboard.h @@ -96,12 +96,6 @@ public: /** Send this objective to the specified client */ void SendTo(cClientHandle & a_Client); - static const char * GetClassStatic(void) // Needed for ManualBindings's ForEach templates - { - return "cObjective"; - } - - private: typedef std::pair<AString, Score> cTrackedPlayer; @@ -176,11 +170,6 @@ public: // tolua_end - static const char * GetClassStatic(void) // Needed for ManualBindings's ForEach templates - { - return "cTeam"; - } - private: typedef std::set<AString> cPlayerNameSet; |