]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
also check bal-wep files for consistency
authorMartin Taibr <taibr.martin@gmail.com>
Wed, 12 Feb 2020 14:16:28 +0000 (15:16 +0100)
committerMartin Taibr <taibr.martin@gmail.com>
Wed, 12 Feb 2020 14:16:28 +0000 (15:16 +0100)
check-cvars.sh

index 43683feb8270802ad0c5abb52fa30356eeab4b16..8525385d98ba3e2b5d6a1638d1168f98e5800ce7 100755 (executable)
@@ -24,6 +24,7 @@ check_files()
 }
 
 check_files "balance-xonotic.cfg" "balance-*.cfg" "/^seta? g_/"
+check_files "bal-wep-xonotic.cfg" "bal-wep-*.cfg" "/^seta? g_/"
 check_files "_hud_descriptions.cfg" "hud_*.cfg" "/^seta? hud_/"
 
 if $errord; then