summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-05-04 23:28:49 +0200
committerMattes D <github@xoft.cz>2015-05-04 23:28:49 +0200
commit9ba78232524a1a22d60ab28078ee1f0ef60c9deb (patch)
tree16b66c5d383266d4d9b2000ac1559d9b045f758b
parentMerge pull request #1935 from mc-server/fixes (diff)
parentChange visual protocol name to include MCServer (diff)
downloadcuberite-9ba78232524a1a22d60ab28078ee1f0ef60c9deb.tar
cuberite-9ba78232524a1a22d60ab28078ee1f0ef60c9deb.tar.gz
cuberite-9ba78232524a1a22d60ab28078ee1f0ef60c9deb.tar.bz2
cuberite-9ba78232524a1a22d60ab28078ee1f0ef60c9deb.tar.lz
cuberite-9ba78232524a1a22d60ab28078ee1f0ef60c9deb.tar.xz
cuberite-9ba78232524a1a22d60ab28078ee1f0ef60c9deb.tar.zst
cuberite-9ba78232524a1a22d60ab28078ee1f0ef60c9deb.zip
-rw-r--r--src/Protocol/Protocol17x.cpp4
-rw-r--r--src/Protocol/Protocol18x.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/Protocol/Protocol17x.cpp b/src/Protocol/Protocol17x.cpp
index 2bc58e7e5..8e7d526ef 100644
--- a/src/Protocol/Protocol17x.cpp
+++ b/src/Protocol/Protocol17x.cpp
@@ -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:
diff --git a/src/Protocol/Protocol18x.cpp b/src/Protocol/Protocol18x.cpp
index 1fc0c53a9..4429ca683 100644
--- a/src/Protocol/Protocol18x.cpp
+++ b/src/Protocol/Protocol18x.cpp
@@ -1970,7 +1970,7 @@ void cProtocol180::HandlePacketStatusRequest(cByteBuffer & a_ByteBuffer)
// Version:
Json::Value Version;
- Version["name"] = "1.8";
+ Version["name"] = "MCServer 1.8";
Version["protocol"] = 47;
// Players: