Skip to content

Commit

Permalink
rubocop cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Deysh committed Feb 2, 2024
1 parent 1710b98 commit 8537dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/BlackArts.lic
Original file line number Diff line number Diff line change
Expand Up @@ -6980,7 +6980,7 @@ module BlackArts
end

['alchemy', 'potions', 'trinkets'].each do |type|
BlackArts.data.settings[:skill_types].reject! { |skill| skill == type } if guild_status[type][:rank] == 63
BlackArts.data.settings[:skill_types].reject! { |skill| skill == type } if guild_status[type][:rank] == 63
end

if guild_status['guild'][:vouchers] == 0 && BlackArts.data.settings[:use_vouchers]
Expand Down

0 comments on commit 8537dbd

Please sign in to comment.