--- 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)