diff --git a/src/client/game.cpp b/src/client/game.cpp index 88a737780..4bd3d593d 100644 --- a/src/client/game.cpp +++ b/src/client/game.cpp @@ -4558,10 +4558,6 @@ void the_game(bool *kill, error_message = std::string("ModError: ") + e.what() + strgettext("\nCheck debug.txt for details."); errorstream << error_message << std::endl; - } catch (...) { - // Game::shutdown must always be called. - game.shutdown(); - throw; } game.shutdown(); }