forked from Mirrorlandia_minetest/minetest
On SIGINT in main menu, don't connect before shutting down
This commit is contained in:
parent
392485aa45
commit
871e6c0c73
@ -1631,7 +1631,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
// Break out of menu-game loop to shut down cleanly
|
||||
if(device->run() == false)
|
||||
if(device->run() == false || kill == true)
|
||||
break;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user