changeset 10862 | 4575977d3ce0 |
parent 10851 | f25dad9c3136 |
child 10886 | 99273b7afbff |
child 11046 | 47a8c19ecb60 |
--- 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);