summaryrefslogtreecommitdiffstats
path: root/src/Root.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-08-03 21:32:20 +0200
committermadmaxoft <github@xoft.cz>2014-08-03 22:04:51 +0200
commit21f52676f3848d58ff1e4eb511c691d4a4ed824b (patch)
treee0d2c30fff958dbf73ada22f2c64936597441f14 /src/Root.h
parentTrailing whitespace fix. (diff)
downloadcuberite-21f52676f3848d58ff1e4eb511c691d4a4ed824b.tar
cuberite-21f52676f3848d58ff1e4eb511c691d4a4ed824b.tar.gz
cuberite-21f52676f3848d58ff1e4eb511c691d4a4ed824b.tar.bz2
cuberite-21f52676f3848d58ff1e4eb511c691d4a4ed824b.tar.lz
cuberite-21f52676f3848d58ff1e4eb511c691d4a4ed824b.tar.xz
cuberite-21f52676f3848d58ff1e4eb511c691d4a4ed824b.tar.zst
cuberite-21f52676f3848d58ff1e4eb511c691d4a4ed824b.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 5cb82edda..1cd175ab4 100644
--- a/src/Root.h
+++ b/src/Root.h
@@ -88,7 +88,7 @@ public:
cWebAdmin * GetWebAdmin (void) { return m_WebAdmin; } // tolua_export
cPluginManager * GetPluginManager (void) { return m_PluginManager; } // tolua_export
cAuthenticator & GetAuthenticator (void) { return m_Authenticator; }
- cMojangAPI & GetMojangAPI (void) { return m_MojangAPI; } // tolua_export
+ cMojangAPI & GetMojangAPI (void) { return m_MojangAPI; }
/** Queues a console command for execution through the cServer class.
The command will be executed in the tick thread