summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Harkness <bearbin@gmail.com>2013-08-03 19:29:49 +0200
committerAlexander Harkness <bearbin@gmail.com>2013-08-03 19:29:49 +0200
commite585600e411a6b0bd9b6cf52d5a369d9983388d6 (patch)
treedb72dbab3e7ef3c984a6074754b01909a0e4211b
parentCommented out groups spam (diff)
downloadcuberite-e585600e411a6b0bd9b6cf52d5a369d9983388d6.tar
cuberite-e585600e411a6b0bd9b6cf52d5a369d9983388d6.tar.gz
cuberite-e585600e411a6b0bd9b6cf52d5a369d9983388d6.tar.bz2
cuberite-e585600e411a6b0bd9b6cf52d5a369d9983388d6.tar.lz
cuberite-e585600e411a6b0bd9b6cf52d5a369d9983388d6.tar.xz
cuberite-e585600e411a6b0bd9b6cf52d5a369d9983388d6.tar.zst
cuberite-e585600e411a6b0bd9b6cf52d5a369d9983388d6.zip
-rw-r--r--source/Server.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/source/Server.cpp b/source/Server.cpp
index b78df8d00..55a42cd44 100644
--- a/source/Server.cpp
+++ b/source/Server.cpp
@@ -129,6 +129,23 @@ 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
{