diff -r 6a1f5f452460 -r 89a7f617e091 hedgewars/uFLNet.pas --- a/hedgewars/uFLNet.pas Mon May 18 00:20:09 2015 +0300 +++ b/hedgewars/uFLNet.pas Thu May 21 00:19:06 2015 +0300 @@ -7,7 +7,7 @@ procedure freeModule; implementation -uses SDLh, uFLIPC; +uses SDLh, uFLIPC, uFLTypes, uFLUICallback; const endCmd: string = #10 + #10; @@ -57,6 +57,7 @@ procedure handler_CONNECTED; begin + sendUI(mtNetData, nil, 0); end; procedure handler_EM;