From d9f53b12cd446dcb8afef6dd291757c9af989a48 Mon Sep 17 00:00:00 2001 From: ChillerDragon Date: Wed, 6 Dec 2023 16:07:30 -0500 Subject: [PATCH] Update configs in bam --- lib/include/update/bam.sh | 2 ++ lib/include/update/custom.sh | 2 ++ 2 files changed, 4 insertions(+) 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 }