summaryrefslogtreecommitdiffstats
path: root/src/Root.cpp
diff options
context:
space:
mode:
authorJulian Laubstein <julianlaubstein@yahoo.de>2016-01-28 19:48:34 +0100
committerJulian Laubstein <julianlaubstein@yahoo.de>2016-01-28 19:48:34 +0100
commit1491130a6e4a5bff420d6f469c0ad56e06e7aa38 (patch)
tree33cd91503076f5217450bc7449fb06aafd6737ee /src/Root.cpp
parentMerge pull request #2907 from cuberite/LuaNoSslVerify (diff)
parentFront-end update (diff)
downloadcuberite-1491130a6e4a5bff420d6f469c0ad56e06e7aa38.tar
cuberite-1491130a6e4a5bff420d6f469c0ad56e06e7aa38.tar.gz
cuberite-1491130a6e4a5bff420d6f469c0ad56e06e7aa38.tar.bz2
cuberite-1491130a6e4a5bff420d6f469c0ad56e06e7aa38.tar.lz
cuberite-1491130a6e4a5bff420d6f469c0ad56e06e7aa38.tar.xz
cuberite-1491130a6e4a5bff420d6f469c0ad56e06e7aa38.tar.zst
cuberite-1491130a6e4a5bff420d6f469c0ad56e06e7aa38.zip
Diffstat (limited to 'src/Root.cpp')
-rw-r--r--src/Root.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Root.cpp b/src/Root.cpp
index 2465cdfd4..aa532f88c 100644
--- a/src/Root.cpp
+++ b/src/Root.cpp
@@ -151,7 +151,6 @@ void cRoot::Start(std::unique_ptr<cSettingsRepositoryInterface> a_OverridesRepo)
LOGWARN("Regenerating settings.ini, all settings will be reset");
IniFile->AddHeaderComment(" This is the main server configuration");
IniFile->AddHeaderComment(" Most of the settings here can be configured using the webadmin interface, if enabled in webadmin.ini");
- IniFile->AddHeaderComment(" See: http://wiki.mc-server.org/doku.php?id=configure:settings.ini for further configuration help");
}
auto settingsRepo = cpp14::make_unique<cOverridesSettingsRepository>(std::move(IniFile), std::move(a_OverridesRepo));