We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7337f72 commit 1720e74Copy full SHA for 1720e74
Assets/Scripts/Gameplay/UI/NetworkSimulationUIMediator.cs
@@ -126,6 +126,7 @@ void OnScenarioChanged(int optionIndex)
126
{
127
var scenarioName = m_ScenariosDropdown.options[optionIndex].text;
128
m_NetworkSimulator.Scenario = m_Scenarios.ContainsKey(scenarioName) ? m_Scenarios[scenarioName] : null;
129
+ m_NetworkSimulator.Scenario?.Start(m_NetworkSimulator);
130
UpdateScenarioButton();
131
}
132
0 commit comments