summaryrefslogtreecommitdiffstats
path: root/src/Server.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-08-20 22:21:41 +0200
committerMattes D <github@xoft.cz>2014-08-20 22:21:41 +0200
commit2218f31cde5d04157469de0d5164059ffb8a6bca (patch)
tree805679baceec73d8cd1d88a3bb7951d2225eff9a /src/Server.h
parentcPlayer: Exported the LoadRank function to Lua API. (diff)
downloadcuberite-2218f31cde5d04157469de0d5164059ffb8a6bca.tar
cuberite-2218f31cde5d04157469de0d5164059ffb8a6bca.tar.gz
cuberite-2218f31cde5d04157469de0d5164059ffb8a6bca.tar.bz2
cuberite-2218f31cde5d04157469de0d5164059ffb8a6bca.tar.lz
cuberite-2218f31cde5d04157469de0d5164059ffb8a6bca.tar.xz
cuberite-2218f31cde5d04157469de0d5164059ffb8a6bca.tar.zst
cuberite-2218f31cde5d04157469de0d5164059ffb8a6bca.zip
Diffstat (limited to 'src/Server.h')
-rw-r--r--src/Server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Server.h b/src/Server.h
index c1640b388..f20e6932f 100644
--- a/src/Server.h
+++ b/src/Server.h
@@ -120,7 +120,7 @@ public: // tolua_export
const AString & GetPublicKeyDER(void) const { return m_PublicKeyDER; }
/** Returns true if authentication has been turned on in server settings. */
- bool ShouldAuthenticate(void) const { return m_ShouldAuthenticate; }
+ bool ShouldAuthenticate(void) const { return m_ShouldAuthenticate; } // tolua_export
/** Returns true if offline UUIDs should be used to load data for players whose normal UUIDs cannot be found.
Loaded from the settings.ini [PlayerData].LoadOfflinePlayerData setting. */