changeset 10510 | 9329dab04490 |
parent 10392 | 5012e1f9e893 |
child 10515 | 7705784902e1 |
child 10560 | 9f09196d92a6 |
--- a/hedgewars/uIO.pas Sun Nov 16 22:23:28 2014 +0100 +++ b/hedgewars/uIO.pas Mon Nov 17 15:25:24 2014 +0100 @@ -157,11 +157,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;