diff options
Diffstat (limited to 'Source/Core/DolphinWX/NetWindow.cpp')
| -rw-r--r-- | Source/Core/DolphinWX/NetWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/NetWindow.cpp b/Source/Core/DolphinWX/NetWindow.cpp index 932a74ed70..3943655d10 100644 --- a/Source/Core/DolphinWX/NetWindow.cpp +++ b/Source/Core/DolphinWX/NetWindow.cpp @@ -468,7 +468,7 @@ void NetPlayDiag::OnStart(wxCommandEvent&) NetSettings settings; GetNetSettings(settings); netplay_server->SetNetSettings(settings); - netplay_server->StartGame(FindGame()); + netplay_server->StartGame(); } void NetPlayDiag::BootGame(const std::string& filename) |
