]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - check-cvars.sh
Revert "Merge branch 'Mario/despawn_effects'"
[xonotic/xonotic-data.pk3dir.git] / check-cvars.sh
index 031613a7bf00ec67744e246e99db6187be8f5399..78985b81947af96ede8d5800c0bb1d42f38e35aa 100755 (executable)
@@ -23,7 +23,7 @@ check_files()
        done
 }
 
-check_files "balance-xonotic.cfg" "balance-*.cfg" "/^seta? g_/"
+check_files "balanceXonotic.cfg" "balance*.cfg" "/^seta? g_/"
 check_files "_hud_descriptions.cfg" "hud_*.cfg" "/^seta? hud_/"
 
 if $errord; then