do clear if no song or course
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
function HelpDisplay:setfromsongorcourse()
|
||||
local Selection = GAMESTATE:GetCurrentSong() or GAMESTATE:GetCurrentCourse()
|
||||
if not Selection then return end
|
||||
|
||||
local Artists = {}
|
||||
local AltArtists = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user