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