Commit 6dea9b56 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

minor tc-engine fix

parent 45c8f758
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -288,7 +288,7 @@ func eventHandler(channel string, payload string) {

func processActiveScenarioUpdate() {
	// Stop scenario if not active
	scenarioName := tce.activeModel.GetScenarioName()
	scenarioName = tce.activeModel.GetScenarioName()
	if scenarioName == "" {
		stopScenario()
		return