diff -r a0d6404a80a2 -r f0cb47f0bfaf hedgewars/uIO.pas --- a/hedgewars/uIO.pas Tue Sep 04 14:20:15 2018 +0200 +++ b/hedgewars/uIO.pas Tue Sep 04 15:03:35 2018 +0200 @@ -254,7 +254,7 @@ end; procedure SendStat(sit: TStatInfoType; s: shortstring); -const stc: array [TStatInfoType] of char = ('r', 'D', 'k', 'K', 'H', 'T', 'P', 's', 'S', 'B', 'c', 'g', 'p'); +const stc: array [TStatInfoType] of char = ('r', 'D', 'k', 'K', 'H', 'T', 'P', 's', 'S', 'B', 'c', 'g', 'p', 'R'); var buf: shortstring; begin buf:= 'i' + stc[sit] + s;