dcd, let the server some time when launched from CE

This commit is contained in:
Basile Burg 2016-02-07 00:18:59 +01:00
parent 2f83e4fe66
commit b8e7c106ae
1 changed files with 3 additions and 0 deletions

View File

@ -111,7 +111,10 @@ begin
fImportCache := TStringList.Create; fImportCache := TStringList.Create;
if fServer.isNotNil then if fServer.isNotNil then
begin
fServer.Execute; fServer.Execute;
sleep(20);
end;
updateServerlistening; updateServerlistening;
// //
EntitiesConnector.addObserver(self); EntitiesConnector.addObserver(self);