summaryrefslogtreecommitdiffstats
path: root/src/Server.cpp
diff options
context:
space:
mode:
authorandrew <xdotftw@gmail.com>2014-01-18 15:59:33 +0100
committerandrew <xdotftw@gmail.com>2014-01-18 15:59:33 +0100
commit1ad6469a180dfe6932c756fe3c99bcada3ee0b7e (patch)
treef6a13924ef4972cd89e5ba4a8fb1e7363b6ba92b /src/Server.cpp
parentCommand block (de)serialization (diff)
downloadcuberite-1ad6469a180dfe6932c756fe3c99bcada3ee0b7e.tar
cuberite-1ad6469a180dfe6932c756fe3c99bcada3ee0b7e.tar.gz
cuberite-1ad6469a180dfe6932c756fe3c99bcada3ee0b7e.tar.bz2
cuberite-1ad6469a180dfe6932c756fe3c99bcada3ee0b7e.tar.lz
cuberite-1ad6469a180dfe6932c756fe3c99bcada3ee0b7e.tar.xz
cuberite-1ad6469a180dfe6932c756fe3c99bcada3ee0b7e.tar.zst
cuberite-1ad6469a180dfe6932c756fe3c99bcada3ee0b7e.zip
Diffstat (limited to 'src/Server.cpp')
-rw-r--r--src/Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Server.cpp b/src/Server.cpp
index 49067c17f..5280270b9 100644
--- a/src/Server.cpp
+++ b/src/Server.cpp
@@ -459,7 +459,7 @@ void cServer::ExecuteConsoleCommand(const AString & a_Cmd, cCommandOutputCallbac
{
return;
}
-
+
// Special handling: "stop" and "restart" are built in
if ((split[0].compare("stop") == 0) || (split[0].compare("restart") == 0))
{