mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-12 10:58:28 +00:00
Bypass Primitive+ modid
This commit is contained in:
parent
3486d0372a
commit
89f765eb7b
@ -1218,6 +1218,10 @@ doDownloadMod(){
|
||||
#
|
||||
doDownloadAllMods(){
|
||||
for modid in $(getModIds); do
|
||||
# Bypass the 111111111 modid used by Primitive+
|
||||
if [ "$modid" = "111111111" ]; then
|
||||
continue
|
||||
fi
|
||||
doDownloadMod $modid || return 1
|
||||
done
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user