Officially added 1.3.2 protocol support
git-svn-id: http://mc-server.googlecode.com/svn/trunk@839 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include "cFurnaceRecipe.h"
|
||||
#include "cTracer.h"
|
||||
#include "cWebAdmin.h"
|
||||
#include "ProtocolRecognizer.h"
|
||||
|
||||
#include "MersenneTwister.h"
|
||||
|
||||
@@ -163,7 +164,7 @@ bool cServer::InitServer( int a_Port )
|
||||
printf("email: faketruth@gmail.com\n\n");
|
||||
|
||||
LOG("Starting up server.");
|
||||
LOGINFO("Compatible clients: %s, protocol version %d", MCS_CLIENT_VERSION, MCS_PROTOCOL_VERSION);
|
||||
LOGINFO("Compatible clients: %s, protocol versions %s", MCS_CLIENT_VERSIONS, MCS_PROTOCOL_VERSIONS);
|
||||
|
||||
if( cSocket::WSAStartup() != 0 ) // Only does anything on Windows, but whatever
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user