mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix misleading error when exiting the client from the main menu
This commit is contained in:
parent
784a452ed5
commit
b5e11e0e9a
1 changed files with 4 additions and 0 deletions
|
@ -1937,6 +1937,10 @@ bool ClientLauncher::launch_game(std::wstring *error_message,
|
||||||
errorstream << wide_to_narrow(*error_message) << std::endl;
|
errorstream << wide_to_narrow(*error_message) << std::endl;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (porting::signal_handler_killstatus())
|
||||||
|
return true;
|
||||||
|
|
||||||
if (game_params.game_spec.isValid() &&
|
if (game_params.game_spec.isValid() &&
|
||||||
game_params.game_spec.id != worldspec.gameid) {
|
game_params.game_spec.id != worldspec.gameid) {
|
||||||
errorstream << "WARNING: Overriding gamespec from \""
|
errorstream << "WARNING: Overriding gamespec from \""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue