1
0

Fixed attempts to call c_str on ChatColors

This commit is contained in:
archshift
2014-07-19 11:15:21 -07:00
parent d5b163bd3d
commit 52add840cf
2 changed files with 6 additions and 6 deletions

View File

@@ -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;