hedgewars/uChat.pas
changeset 10588 6189bb1c903d
parent 10514 a1423588a4e4
child 10634 35d059bd0932
--- a/hedgewars/uChat.pas	Sun Nov 30 15:12:59 2014 -0500
+++ b/hedgewars/uChat.pas	Sun Nov 30 21:15:46 2014 +0100
@@ -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)