hedgewars/uFLNet.pas
branchqmlfrontend
changeset 10951 89a7f617e091
parent 10935 3a65fcd7c335
child 10953 360e57620df3
--- 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;