diff options
author | Mattes D <github@xoft.cz> | 2015-05-04 23:28:49 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-05-04 23:28:49 +0200 |
commit | 9ba78232524a1a22d60ab28078ee1f0ef60c9deb (patch) | |
tree | 16b66c5d383266d4d9b2000ac1559d9b045f758b /src/Protocol/Protocol18x.cpp | |
parent | Merge pull request #1935 from mc-server/fixes (diff) | |
parent | Change visual protocol name to include MCServer (diff) | |
download | cuberite-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 |
Diffstat (limited to 'src/Protocol/Protocol18x.cpp')
-rw-r--r-- | src/Protocol/Protocol18x.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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: |