# HG changeset patch
# User sheepluva
# Date 1425227546 -3600
# Node ID 5c2ef05079714db2f8a12b40687131b45ee65659
# Parent  a039464cbb4abdb5546280202a96fc85119238c4
whoops, pas2c did not notice this missing ;

diff -r a039464cbb4a -r 5c2ef0507971 hedgewars/uChat.pas
--- 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;