hedgewars/uChat.pas
branchqmlfrontend
changeset 10606 8e95911cb86b
parent 10588 6189bb1c903d
child 10634 35d059bd0932
--- a/hedgewars/uChat.pas	Sat Nov 22 00:55:01 2014 +0300
+++ b/hedgewars/uChat.pas	Wed Dec 03 00:07:33 2014 +0300
@@ -392,14 +392,14 @@
                 ParseCommand('/taunt ' + char(i), true);
                 exit
                 end;
+        end;
 
-        for j:= Low(TChatCmd) to High(TChatCmd) do
-            if (s = ChatCommandz[j].ChatCmd) then
-                begin
-                ParseCommand(ChatCommandz[j].ProcedureCallChatCmd, true);
-                exit
-                end;
-        end;
+    for j:= Low(TChatCmd) to High(TChatCmd) do
+        if (s = ChatCommandz[j].ChatCmd) then
+            begin
+            ParseCommand(ChatCommandz[j].ProcedureCallChatCmd, true);
+            exit
+            end;
 
     if (gameType = gmtNet) then
         SendConsoleCommand(s)