Rm'd startup credits & mv'd to README
Removed as I feel it serves no purpose other than spam console and bury real error messages from plugins, etc. This is especially the case with running under screen, which makes it very difficult to scroll up or down.
This commit is contained in:
parent
a14f56720c
commit
2383977fe7
@ -129,23 +129,6 @@ bool cServer::InitServer(cIniFile & a_SettingsIni)
|
|||||||
return false;
|
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
|
if (cSocket::WSAStartup() != 0) // Only does anything on Windows, but whatever
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user