diff options
author | Mattes D <github@xoft.cz> | 2014-07-20 20:36:08 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-07-20 20:36:08 +0200 |
commit | b41bd2da5c8ea5ec3eff200829c70755a903816f (patch) | |
tree | b704bfa5d31f872e8e7836eb0bbb6e21af17ac35 /src/Protocol/ProtocolRecognizer.cpp | |
parent | Revert "Only one instance of server can be started" (diff) | |
parent | ChatColor.h: The @deprecated tag slipped. Oops. (diff) | |
download | cuberite-b41bd2da5c8ea5ec3eff200829c70755a903816f.tar cuberite-b41bd2da5c8ea5ec3eff200829c70755a903816f.tar.gz cuberite-b41bd2da5c8ea5ec3eff200829c70755a903816f.tar.bz2 cuberite-b41bd2da5c8ea5ec3eff200829c70755a903816f.tar.lz cuberite-b41bd2da5c8ea5ec3eff200829c70755a903816f.tar.xz cuberite-b41bd2da5c8ea5ec3eff200829c70755a903816f.tar.zst cuberite-b41bd2da5c8ea5ec3eff200829c70755a903816f.zip |
Diffstat (limited to 'src/Protocol/ProtocolRecognizer.cpp')
-rw-r--r-- | src/Protocol/ProtocolRecognizer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Protocol/ProtocolRecognizer.cpp b/src/Protocol/ProtocolRecognizer.cpp index e62f9d216..205407a5b 100644 --- a/src/Protocol/ProtocolRecognizer.cpp +++ b/src/Protocol/ProtocolRecognizer.cpp @@ -1021,9 +1021,9 @@ void cProtocolRecognizer::SendLengthlessServerPing(void) // http://wiki.vg/wiki/index.php?title=Protocol&oldid=3099#Server_List_Ping_.280xFE.29 Printf(Reply, "%s%s%i%s%i", Server->GetDescription().c_str(), - cChatColor::Delimiter.c_str(), + cChatColor::Delimiter, Server->GetNumPlayers(), - cChatColor::Delimiter.c_str(), + cChatColor::Delimiter, Server->GetMaxPlayers() ); break; |