Reset NetworkConfig when exiting WAN game screen

This commit is contained in:
Benau 2018-02-23 15:46:03 +08:00
parent 7d14954012
commit a93182740e

View File

@ -80,7 +80,7 @@ void OnlineProfileServers::eventCallback(Widget* widget, const std::string& name
{ {
if (name == "back") if (name == "back")
{ {
StateManager::get()->popMenu(); StateManager::get()->escapePressed();
return; return;
} }
if (name == "wan") if (name == "wan")