changeset 13883 | 0ce8aad17c24 |
parent 13770 | 3d2a7c563d8e |
child 14017 | 7b66a2e9b368 |
--- a/hedgewars/uStats.pas Tue Oct 09 09:58:33 2018 -0400 +++ b/hedgewars/uStats.pas Tue Oct 09 11:28:07 2018 -0400 @@ -369,7 +369,7 @@ if SendRankingStatsOn then begin currentRank:= 1; - SendStat(siTeamRank, '1'); + SendStat(siTeamRank, _S'1'); SendStat(siPlayerKills, IntToStr(Clan^.Color) + ' ' + IntToStr(stats.Kills) + ' ' + TeamName); end;