diff --git a/source/Main.brs b/source/Main.brs index 5d9b2b4f..67ef0149 100644 --- a/source/Main.brs +++ b/source/Main.brs @@ -455,7 +455,7 @@ function LoginFlow(startOver = false as boolean) dialog.close = true end if - if serverInfoResult.Error or startOver then + if startOver or serverInfoResult.Error then print "Get server details" SendPerformanceBeacon("AppDialogInitiate") ' Roku Performance monitoring - Dialog Starting serverSelection = CreateServerGroup()