since ScreenEvalSummary is calling the NextScreen branch like a function, let's make it a function and be done with it. this should fix a crash.
This commit is contained in:
@@ -204,7 +204,9 @@ Branch = {
|
||||
end
|
||||
end
|
||||
end,
|
||||
AfterSummary = "ScreenProfileSaveSummary",
|
||||
AfterSummary = function()
|
||||
return "ScreenProfileSaveSummary"
|
||||
end,
|
||||
Network = function()
|
||||
return IsNetConnected() and "ScreenTitleMenu" or "ScreenTitleMenu"
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user