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.h | |
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.h')
-rw-r--r-- | src/Root.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Root.h b/src/Root.h index 29753a47d..b926b36bc 100644 --- a/src/Root.h +++ b/src/Root.h @@ -128,7 +128,9 @@ public: /** Finds the player over his uuid and calls the callback */ bool DoWithPlayerByUUID(const AString & a_PlayerUUID, cPlayerListCallback & a_Callback); // >> EXPORTED IN MANUALBINDINGS << - + + bool FindAndDoWithPlayer(const AString & a_PlayerName, cPlayerListCallback & a_Callback); + // tolua_begin /// Sends a chat message to all connected clients (in all worlds) |