diff options
author | Vincent <vincent.leung60@gmail.com> | 2014-12-08 09:12:48 +0100 |
---|---|---|
committer | Vincent <vincent.leung60@gmail.com> | 2014-12-08 09:12:48 +0100 |
commit | d8d3b9aec5bbb0f6d632d86f1fb7b1e8f58e9063 (patch) | |
tree | 7d51c143dd473da9bccff93dbfa89bb8314bbd2d /src/Root.cpp | |
parent | Merge branch 'issue_1253' of https://github.com/p-mcgowan/MCServer into issue_1253 (diff) | |
download | cuberite-d8d3b9aec5bbb0f6d632d86f1fb7b1e8f58e9063.tar cuberite-d8d3b9aec5bbb0f6d632d86f1fb7b1e8f58e9063.tar.gz cuberite-d8d3b9aec5bbb0f6d632d86f1fb7b1e8f58e9063.tar.bz2 cuberite-d8d3b9aec5bbb0f6d632d86f1fb7b1e8f58e9063.tar.lz cuberite-d8d3b9aec5bbb0f6d632d86f1fb7b1e8f58e9063.tar.xz cuberite-d8d3b9aec5bbb0f6d632d86f1fb7b1e8f58e9063.tar.zst cuberite-d8d3b9aec5bbb0f6d632d86f1fb7b1e8f58e9063.zip |
Diffstat (limited to 'src/Root.cpp')
-rw-r--r-- | src/Root.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Root.cpp b/src/Root.cpp index e309bb174..e51b7a048 100644 --- a/src/Root.cpp +++ b/src/Root.cpp @@ -649,6 +649,15 @@ bool cRoot::DoWithPlayerByUUID(const AString & a_PlayerUUID, cPlayerListCallback +bool cRoot::FindAndDoWithPlayer(const AString & a_PlayerName, cPlayerListCallback & a_Callback) +{ + +} + + + + + AString cRoot::GetProtocolVersionTextFromInt(int a_ProtocolVersion) { return cProtocolRecognizer::GetVersionTextFromInt(a_ProtocolVersion); |