diff -r 5c3337d05151 -r ee39403a1d27 hedgewars/uIO.pas --- a/hedgewars/uIO.pas Thu Dec 06 00:08:33 2012 +0400 +++ b/hedgewars/uIO.pas Thu Dec 06 00:14:40 2012 +0400 @@ -124,6 +124,7 @@ 'E': OutError(copy(s, 2, Length(s) - 1), true); 'W': OutError(copy(s, 2, Length(s) - 1), false); 'M': ParseCommand('landcheck ' + s, true); + 'o': if fastUntilLag then ParseCommand('forcequit', true); 'T': case s[2] of 'L': GameType:= gmtLocal; 'D': GameType:= gmtDemo;