mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-01 11:15:13 +01:00
Remove all references to title editor
The title editor is now a plugin and these codepaths could only be reached during bugs :)
This commit is contained in:
@@ -134,7 +134,7 @@ public:
|
||||
break;
|
||||
case WIDX_START_SERVER:
|
||||
NetworkSetPassword(_password);
|
||||
WindowScenarioselectOpen(ScenarioSelectCallback, false);
|
||||
WindowScenarioselectOpen(ScenarioSelectCallback);
|
||||
break;
|
||||
case WIDX_LOAD_SERVER:
|
||||
NetworkSetPassword(_password);
|
||||
|
||||
Reference in New Issue
Block a user