# HG changeset patch
# User koda
# Date 1363480000 -3600
# Node ID bbab7e35eaf28636dfc9a7e5f2555bd0cc7c051c
# Parent  50291d9a4ca0903d3f45692544872926ecf5441d
less cryptic text insertion

diff -r 50291d9a4ca0 -r bbab7e35eaf2 hedgewars/uChat.pas
--- a/hedgewars/uChat.pas	Sun Mar 17 01:15:22 2013 +0100
+++ b/hedgewars/uChat.pas	Sun Mar 17 01:26:40 2013 +0100
@@ -412,15 +412,7 @@
     if length(s) = 0 then
         SetLine(InputStr, '', true)
     else
-        begin
-        // "/team "
-        KeyPressChat(47);
-        KeyPressChat(116);
-        KeyPressChat(101);
-        KeyPressChat(97);
-        KeyPressChat(109);
-        KeyPressChat(32)
-        end
+        SetLine(InputStr, '/team ', true)
 end;
 
 procedure initModule;