Do not clear address in main menu if starting a singleplayer game by double clicking the world
parent
2e90ed07ac
commit
c1cfcb1577
|
@ -868,6 +868,7 @@ bool GUIMainMenu::OnEvent(const SEvent& event)
|
|||
{
|
||||
case GUI_ID_WORLD_LISTBOX:
|
||||
acceptInput();
|
||||
if(getTab() != TAB_SINGLEPLAYER)
|
||||
m_data->address = L""; // Force local game
|
||||
quitMenu();
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue