* allow someone to make a replica of the master mix if the boolean 'full' is passed with true

This commit is contained in:
Seth Call 2015-09-26 14:37:05 -05:00
parent c0d78c9d26
commit 38aa35765d
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ module JamRuby
if all_quiet
errors.add(:settings, 'are all muted')
end
if !tweaked
if !tweaked && !parsed['full']
errors.add(:settings, 'have nothing specified')
end