summaryrefslogtreecommitdiffstats
path: root/source/Server.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-11 20:16:41 +0200
committermadmaxoft <github@xoft.cz>2013-08-11 20:16:41 +0200
commit4c5590636cf4a311f03e735878557b1e7b3362dd (patch)
treecc74a43b0ab34481a7d972ed35beb20008bd390b /source/Server.h
parentRemoved cServer::m_pState, dissolved into direct member variables. (diff)
downloadcuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar
cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar.gz
cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar.bz2
cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar.lz
cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar.xz
cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar.zst
cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.zip
Diffstat (limited to 'source/Server.h')
-rw-r--r--source/Server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Server.h b/source/Server.h
index 983dc4de8..a00485fa2 100644
--- a/source/Server.h
+++ b/source/Server.h
@@ -62,7 +62,7 @@ public: // tolua_export
/// Binds the built-in console commands with the plugin manager
static void BindBuiltInConsoleCommands(void);
- void Shutdown();
+ void Shutdown(void);
void SendMessage(const AString & a_Message, cPlayer * a_Player = NULL, bool a_bExclude = false ); // tolua_export