Skip to content

Commit

Permalink
Merge pull request #7 from PCBoyGames/PCBoyGames-patch-1
Browse files Browse the repository at this point in the history
Fix Metal being forced after courses
  • Loading branch information
TaroNuke authored Sep 14, 2020
2 parents 886fc35 + 102abf7 commit f5fdd14
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Scripts/Branches.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ end

function EvaluationNextScreen()

if GAMESTATE:IsCourseMode() then
GAMESTATE:ApplyGameCommand('mod,metal');
end

if GetPref('EventMode') then return SongSelectionScreen() end
if IsTimedSet() then
if Clock( TimedSet.End ) < 0 then
Expand Down

0 comments on commit f5fdd14

Please sign in to comment.