Skip to content

Commit

Permalink
Merge branch 'rpherbig:main' into tome_tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Nov 14, 2024
2 parents 535152d + cc89aba commit fe9530c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions play.lic
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class Play
DRC.message("No instrument found. Exiting.")
exit
end
exit unless DRSkill.getrank('Performance') < 1750
main_loop
end

Expand Down
2 changes: 1 addition & 1 deletion t2.lic
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class T2
pause 5
end
end
if !@settings.t2_after_shutdown.empty?
unless @settings.t2_after_shutdown.empty?
echo "***STATUS*** Controlled shutdown, executing shutdown actions."
execute_actions(@settings.t2_after_shutdown)
end
Expand Down

0 comments on commit fe9530c

Please sign in to comment.