LaunchAPPLServer: fix segment unloading

This commit is contained in:
Wolfgang Thaller 2018-05-06 13:00:31 +02:00
parent c29a932f4d
commit d5945a90ba

View File

@ -580,7 +580,8 @@ int main()
else
nullEventCounter++;
stream.idle();
if(server.state != LaunchServer::State::wait)
stream.idle();
if(server.state == LaunchServer::State::launch)
{