diff --git a/lib/include/update/bam.sh b/lib/include/update/bam.sh index d0fa07b..40e953d 100644 --- a/lib/include/update/bam.sh +++ b/lib/include/update/bam.sh @@ -55,5 +55,7 @@ function bam_update_teeworlds() { else bam5_refresh_teeworlds_binary fi + + update_configs } diff --git a/lib/include/update/custom.sh b/lib/include/update/custom.sh index a8d5bf3..90b2bb4 100644 --- a/lib/include/update/custom.sh +++ b/lib/include/update/custom.sh @@ -14,5 +14,7 @@ function custom_update_teeworlds() { cd "$CFG_GIT_PATH_MOD" || exit 1 "$CFG_CUSTOM_BUILD_CMD" || exit 1 + + update_configs }