diff options
author | Mattes D <github@xoft.cz> | 2015-09-25 10:14:17 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-09-25 10:14:17 +0200 |
commit | 82d9ac1e1c95eb3421e062be2334308ee3837560 (patch) | |
tree | 110bd8fd9ee0f6f5b830694b5d7cc37257666988 /src/Protocol/Protocol17x.cpp | |
parent | Merge pull request #2478 from cuberite/FixArmBuild (diff) | |
download | cuberite-82d9ac1e1c95eb3421e062be2334308ee3837560.tar cuberite-82d9ac1e1c95eb3421e062be2334308ee3837560.tar.gz cuberite-82d9ac1e1c95eb3421e062be2334308ee3837560.tar.bz2 cuberite-82d9ac1e1c95eb3421e062be2334308ee3837560.tar.lz cuberite-82d9ac1e1c95eb3421e062be2334308ee3837560.tar.xz cuberite-82d9ac1e1c95eb3421e062be2334308ee3837560.tar.zst cuberite-82d9ac1e1c95eb3421e062be2334308ee3837560.zip |
Diffstat (limited to 'src/Protocol/Protocol17x.cpp')
-rw-r--r-- | src/Protocol/Protocol17x.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Protocol/Protocol17x.cpp b/src/Protocol/Protocol17x.cpp index ad76480b3..d17537ff7 100644 --- a/src/Protocol/Protocol17x.cpp +++ b/src/Protocol/Protocol17x.cpp @@ -1800,7 +1800,7 @@ void cProtocol172::HandlePacketStatusRequest(cByteBuffer & a_ByteBuffer) // Version: Json::Value Version; - Version["name"] = "MCServer 1.7.2"; + Version["name"] = "Cuberite 1.7.2"; Version["protocol"] = 4; // Players: @@ -2394,7 +2394,7 @@ void cProtocol172::HandleVanillaPluginMessage(cByteBuffer & a_ByteBuffer, const } // Send back our brand: - SendPluginMessage("MC|Brand", "MCServer"); + SendPluginMessage("MC|Brand", "Cuberite"); return; } else if (a_Channel == "MC|Beacon") @@ -3256,7 +3256,7 @@ void cProtocol176::HandlePacketStatusRequest(cByteBuffer & a_ByteBuffer) // Version: Json::Value Version; - Version["name"] = "MCServer 1.7.6"; + Version["name"] = "Cuberite 1.7.6"; Version["protocol"] = 5; // Players: |