1
0
Fork 0

Front-end update

This commit is contained in:
Mathias 2016-01-28 20:01:42 +02:00
parent 24c418b2b6
commit 152c7c064a
3 changed files with 12 additions and 17 deletions

View File

@ -1,17 +1,13 @@
/=============================\
| Custom Minecraft Server |
|(Cuberite, formerly MCServer)|
| |
| Founder: Kevin Bansberg |
| A.K.A. FakeTruth |
| Lead dev: Mattes D |
| A.K.A. _Xoft(o) |
| A.K.A. xoft |
| Monsters by Alex Sonek |
| A.K.A. Duralex |
|=============================|
| Info: www.cuberite.org |
\=============================/
---------------------------------------------------------------------------------
Welcome to your new Cuberite server, compatible with Minecraft 1.7 and 1.8!
---------------------------------------------------------------------------------
Compatible clients: 1.7.x and 1.8.x
Compatible protocol versions: 4, 5, 47
- To get started with your server, read the user's manual at
https://book.cuberite.org/
- For information about adding plugins to your server, visit
http://cuberite.org/plugins/
- For additional support, visit http://cuberite.org/support/
---------------------------------------------------------------------------------

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 797 B

View File

@ -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));