hedgewars/uChat.pas
changeset 13824 93aa09004d36
parent 13742 cb2857f55130
child 13829 266a25b79374
--- a/hedgewars/uChat.pas	Wed Oct 03 02:28:39 2018 +0200
+++ b/hedgewars/uChat.pas	Wed Oct 03 03:24:03 2018 +0200
@@ -604,6 +604,8 @@
 
     if (gameType = gmtNet) then
         SendConsoleCommand(s)
+    else
+        AddChatString(#0 + trcmd[sidCmdUnknown]);
     end
 else
     begin