summaryrefslogtreecommitdiffstats
path: root/src/Root.h
diff options
context:
space:
mode:
authorLukas Pioch <lukas@zgow.de>2014-11-02 21:38:17 +0100
committerLukas Pioch <lukas@zgow.de>2014-11-02 21:38:17 +0100
commit269d76a208fcfc58c3c79d6e6a887b823d4f8f00 (patch)
tree9a89285753fbf89a726e35d4c1857af4b4c3b9d8 /src/Root.h
parentAdded FindAndDoWithUUID (diff)
downloadcuberite-269d76a208fcfc58c3c79d6e6a887b823d4f8f00.tar
cuberite-269d76a208fcfc58c3c79d6e6a887b823d4f8f00.tar.gz
cuberite-269d76a208fcfc58c3c79d6e6a887b823d4f8f00.tar.bz2
cuberite-269d76a208fcfc58c3c79d6e6a887b823d4f8f00.tar.lz
cuberite-269d76a208fcfc58c3c79d6e6a887b823d4f8f00.tar.xz
cuberite-269d76a208fcfc58c3c79d6e6a887b823d4f8f00.tar.zst
cuberite-269d76a208fcfc58c3c79d6e6a887b823d4f8f00.zip
Diffstat (limited to 'src/Root.h')
-rw-r--r--src/Root.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Root.h b/src/Root.h
index 456217140..f0cdf14d1 100644
--- a/src/Root.h
+++ b/src/Root.h
@@ -126,7 +126,7 @@ public:
/// Finds a player from a partial or complete player name and calls the callback - case-insensitive
bool FindAndDoWithPlayer(const AString & a_PlayerName, cPlayerListCallback & a_Callback); // >> EXPORTED IN MANUALBINDINGS <<
- /// Finds a player with the same uuid and call the callback */
+ /// Finds a player with the same uuid and call the callback
bool FindAndDoWithUUID(const AString & a_PlayerUUID, cPlayerListCallback & a_Callback); // >> EXPORTED IN MANUALBINDINGS <<
// tolua_begin