1
0

Change visual protocol name to include MCServer

This commit is contained in:
jan64
2015-05-04 17:52:46 +02:00
parent 8567ca1a6c
commit b1efaa55cd
2 changed files with 3 additions and 3 deletions

View File

@@ -1728,7 +1728,7 @@ void cProtocol172::HandlePacketStatusRequest(cByteBuffer & a_ByteBuffer)
// Version:
Json::Value Version;
Version["name"] = "1.7.2";
Version["name"] = "MCServer 1.7.2";
Version["protocol"] = 4;
// Players:
@@ -3170,7 +3170,7 @@ void cProtocol176::HandlePacketStatusRequest(cByteBuffer & a_ByteBuffer)
// Version:
Json::Value Version;
Version["name"] = "1.7.6";
Version["name"] = "MCServer 1.7.6";
Version["protocol"] = 5;
// Players: