Skip to content

Commit

Permalink
fixed bug with manage_custom_mods in mod builder
Browse files Browse the repository at this point in the history
  • Loading branch information
matortheeternal committed Nov 29, 2016
1 parent 55a3dba commit bf5019a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod-picker/app/builders/mod_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ def save!
def before_save
set_config_file_game_ids
validate_sources
manage_custom_mods
end

def after_save
link_sources
create_tags
create_curator
manage_custom_mods
end

def set_config_file_game_ids
Expand Down Expand Up @@ -232,7 +232,7 @@ def swap_mod_list_mods_tools_counts

def substitute_custom_mods
mod.sources_array.each do |source|
ModListCustomMod.substitue_for_url(source.url, mod)
ModListCustomMod.substitute_for_url(source.url, mod)
end
end

Expand Down

0 comments on commit bf5019a

Please sign in to comment.