diff -r 8ee58126f7bf -r adedeec8f18f hedgewars/uIO.pas --- a/hedgewars/uIO.pas Sun Dec 05 23:08:57 2010 -0500 +++ b/hedgewars/uIO.pas Sun Dec 05 23:50:04 2010 -0500 @@ -285,6 +285,7 @@ and (tmpflag or (headcmd^.cmd = '#')) // '#' is the only cmd which can be sent within same tick after 'N' and ((GameTicks = hiTicks shl 16 + headcmd^.loTime) or (headcmd^.cmd = 's') // for these commands time is not specified + or (headcmd^.cmd = 'h') // seems the hedgewars protocol does not allow remote synced commands or (headcmd^.cmd = '#') or (headcmd^.cmd = 'b') or (headcmd^.cmd = 'F')) do