mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-17 00:07:41 +02:00
Fixed handling of match server crash
This commit is contained in:
@ -1870,14 +1870,9 @@ void CPlayerInterface::proposeLoadingGame()
|
||||
CGI->generaltexth->allTexts[68],
|
||||
[]()
|
||||
{
|
||||
GH.dispatchMainThread(
|
||||
[]()
|
||||
{
|
||||
CSH->endGameplay();
|
||||
GH.defActionsDef = 63;
|
||||
CMM->menu->switchToTab("load");
|
||||
}
|
||||
);
|
||||
CSH->endGameplay();
|
||||
GH.defActionsDef = 63;
|
||||
CMM->menu->switchToTab("load");
|
||||
},
|
||||
nullptr
|
||||
);
|
||||
|
Reference in New Issue
Block a user