diff -r d84c725fe332 -r 4575977d3ce0 hedgewars/uIO.pas --- a/hedgewars/uIO.pas Wed Mar 18 23:13:37 2015 +0300 +++ b/hedgewars/uIO.pas Wed Mar 18 23:18:52 2015 +0300 @@ -435,7 +435,11 @@ isInLag:= (headcmd = nil) and tmpflag and (not CurrentTeam^.hasGone); -if isInLag then fastUntilLag:= false +if isInLag and fastUntilLag then +begin + ParseCommand('spectate 0', true); + fastUntilLag:= false +end; end; procedure chFatalError(var s: shortstring);