diff --git a/YSFGateway/YSFGateway.cpp b/YSFGateway/YSFGateway.cpp index 98e77dc..23efd39 100644 --- a/YSFGateway/YSFGateway.cpp +++ b/YSFGateway/YSFGateway.cpp @@ -231,7 +231,9 @@ int CYSFGateway::run() m_netNetwork->writePoll(); m_netNetwork->writePoll(); - inactivityTimer.start(); + if (!revert) + inactivityTimer.start(); + lostTimer.start(); pollTimer.start();