update to countryflags33

This commit is contained in:
2023-04-16 16:14:15 +02:00
parent 10831e2c65
commit 3366411eda
2 changed files with 1 additions and 1 deletions

2
Run.sh
View File

@@ -38,7 +38,7 @@ function del_ServerActors() {
}
function getmodprefix() {
_File=$(find $OUTPUT_DIR/Textures -type f -iname "CountryFlags32*\.utx" -exec basename {} \; | sort -nr | head -n 1)
_File=$(find $OUTPUT_DIR/Textures -type f -iname "CountryFlags*\.utx" -exec basename {} \; | sort -nr | head -n 1)
BaseName="${_File%.*}"
echo "$BaseName"
}