hedgewars/uIO.pas
branchqmlfrontend
changeset 10515 7705784902e1
parent 10424 4be6cd55f1cf
parent 10510 9329dab04490
child 10606 8e95911cb86b
--- a/hedgewars/uIO.pas	Sun Nov 09 23:02:21 2014 +0300
+++ b/hedgewars/uIO.pas	Tue Nov 18 23:39:30 2014 +0300
@@ -137,11 +137,11 @@
      'I': ParseCommand('pause server', true);
      's': if gameType = gmtNet then
              ParseChatCommand('chatmsg ', s, 2)
-          else 
+          else
              isProcessed:= false;
      'b': if gameType = gmtNet then
              ParseChatCommand('chatmsg ' + #4, s, 2)
-          else 
+          else
              isProcessed:= false;
      else
         isProcessed:= false;