Merge /AdditionalSongs into /Songs, and /AdditionalCourses into /Courses
Includes a backwards-compatibility mechanism to adapt paths when loading Stats.xml.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Branch.OptionsEdit = function()
|
||||
if SONGMAN:GetNumSongs() == 0 and SONGMAN:GetNumAdditionalSongs() == 0 then
|
||||
if SONGMAN:GetNumSongs() == 0 then
|
||||
return "ScreenHowToInstallSongs"
|
||||
end
|
||||
return "ScreenEditMenu"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user