diff -r 9122461ae32b -r 2a249a4faf5b hedgewars/uGears.pas --- a/hedgewars/uGears.pas Wed Oct 24 00:35:27 2012 +0400 +++ b/hedgewars/uGears.pas Tue Oct 23 16:52:13 2012 -0400 @@ -1223,7 +1223,7 @@ procedure chSkip(var s: shortstring); begin s:= s; // avoid compiler hint -if not CurrentTeam^.ExtDriven then +if not isExternalSource then SendIPC(_S','); uStats.Skipped; skipFlag:= true