0861ed45c7
Includes a backwards-compatibility mechanism to adapt paths when loading Stats.xml.
7 lines
137 B
Lua
7 lines
137 B
Lua
Branch.OptionsEdit = function()
|
|
if SONGMAN:GetNumSongs() == 0 then
|
|
return "ScreenHowToInstallSongs"
|
|
end
|
|
return "ScreenEditMenu"
|
|
end
|