Skip to content

Commit

Permalink
Update configs in bam
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Dec 6, 2023
1 parent ee473c3 commit d9f53b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/include/update/bam.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,7 @@ function bam_update_teeworlds() {
else
bam5_refresh_teeworlds_binary
fi

update_configs
}

2 changes: 2 additions & 0 deletions lib/include/update/custom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ function custom_update_teeworlds() {
cd "$CFG_GIT_PATH_MOD" || exit 1

"$CFG_CUSTOM_BUILD_CMD" || exit 1

update_configs
}

0 comments on commit d9f53b1

Please sign in to comment.