summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-08-03 18:45:24 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-08-03 18:45:24 +0200
commit2383977fe76287f4a3cc93c802d83966726ee8a4 (patch)
tree9be298ec2edcafc573ca12138c73521c848a0b4f
parentMerge pull request #38 from tigerw/master (diff)
downloadcuberite-2383977fe76287f4a3cc93c802d83966726ee8a4.tar
cuberite-2383977fe76287f4a3cc93c802d83966726ee8a4.tar.gz
cuberite-2383977fe76287f4a3cc93c802d83966726ee8a4.tar.bz2
cuberite-2383977fe76287f4a3cc93c802d83966726ee8a4.tar.lz
cuberite-2383977fe76287f4a3cc93c802d83966726ee8a4.tar.xz
cuberite-2383977fe76287f4a3cc93c802d83966726ee8a4.tar.zst
cuberite-2383977fe76287f4a3cc93c802d83966726ee8a4.zip
-rw-r--r--source/Server.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/source/Server.cpp b/source/Server.cpp
index 55a42cd44..b78df8d00 100644
--- a/source/Server.cpp
+++ b/source/Server.cpp
@@ -129,23 +129,6 @@ bool cServer::InitServer(cIniFile & a_SettingsIni)
return false;
}
- printf("/============================\\\n");
- printf("| Custom Minecraft Server |\n");
- printf("| Created by Kevin Bansberg |\n");
- printf("| A.K.A. FakeTruth |\n");
- printf("| Monsters by Alex Sonek |\n");
- printf("| A.K.A. Duralex |\n");
- printf("| Stuff by Mattes D |\n");
- printf("| A.K.A. _Xoft(o) |\n");
- printf("\\============================/\n");
- printf("More info: WWW.MC-SERVER.ORG\n");
- printf(" WWW.AE-C.NET\n");
- printf(" WWW.RBTHINKTANK.COM\n");
- printf("email: faketruth@gmail.com\n\n");
-
- LOG("Starting up server.");
- LOGINFO("Compatible clients: %s", MCS_CLIENT_VERSIONS);
- LOGINFO("Compatible protocol versions %s", MCS_PROTOCOL_VERSIONS);
if (cSocket::WSAStartup() != 0) // Only does anything on Windows, but whatever
{