rm. seems to cause errors

This commit is contained in:
ListenerJubatus
2018-08-07 09:21:24 -06:00
parent 35f8e70d58
commit f4c97e5970
@@ -3,19 +3,4 @@ Branch.OptionsEdit = function()
return "ScreenHowToInstallSongs"
end
return "ScreenEditMenu"
end,
AfterContinue = function()
if GAMESTATE:GetNumPlayersEnabled() == 0 then
return "ScreenGameOver"
end
if STATSMAN:GetStagesPlayed() == 0 then
if THEME:GetMetric("Common","AutoSetStyle") == false then
return "ScreenSelectStyle"
else
return "ScreenProfileLoad"
end
end
return "ScreenProfileLoad"
end