Core: Remove bRestartRequired config hack.

This commit is contained in:
Unknown W. Brackets 2017-04-15 16:34:25 -07:00
parent e8e65881b8
commit 960ffd2e85
3 changed files with 0 additions and 9 deletions

View file

@ -572,10 +572,6 @@ int WINAPI WinMain(HINSTANCE _hInstance, HINSTANCE hPrevInstance, LPSTR szCmdLin
LogManager::Shutdown();
if (g_Config.bRestartRequired) {
W32Util::ExitAndRestart();
}
net::Shutdown();
CoUninitialize();