changeset 10843 | 5c2ef0507971 |
parent 10842 | a039464cbb4a |
child 10844 | 953d85b7d529 |
--- a/hedgewars/uChat.pas Sun Mar 01 17:12:02 2015 +0100 +++ b/hedgewars/uChat.pas Sun Mar 01 17:32:26 2015 +0100 @@ -832,7 +832,7 @@ SetLine(InputStr, '', true) else begin - SetLine(InputStr, '/team ', true) + SetLine(InputStr, '/team ', true); // update InputStrL and cursor accordingly // this allows cursor-jumping over '/team ' as if it was a single char InputStrL[6]:= 0;