Skip to content

Commit

Permalink
Don't reenable ready/forcestart if not in multiplayer
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Dec 1, 2018
1 parent 906e014 commit dddf317
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -747,8 +747,10 @@ t[#t + 1] =
forceStart:Disable()
end,
ChartPreviewOffMessageCommand = function(self)
ready:Enable()
forceStart:Enable()
if SCREENMAN:GetTopScreen():GetName() == "ScreenNetSelectMusic" then
ready:Enable()
forceStart:Enable()
end
end
}

Expand Down

0 comments on commit dddf317

Please sign in to comment.