From 152c7c064ad8a2b1ad87536ae591f0c4f3108a5e Mon Sep 17 00:00:00 2001 From: Mathias Date: Thu, 28 Jan 2016 20:01:42 +0200 Subject: Front-end update --- src/Root.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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 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(std::move(IniFile), std::move(a_OverridesRepo)); -- cgit v1.2.3