Exclude Primitive+ from mods returned by getModIds

Requested in #657
This commit is contained in:
Ben Peddell 2016-11-07 06:10:26 +10:00 committed by GitHub
parent 385a909153
commit 241b35a8f5

View File

@ -1746,7 +1746,7 @@ getModIds(){
fi fi
done done
find "${arkserverroot}/ShooterGame/Content/Mods" -maxdepth 1 -type d -printf "%P\n" find "${arkserverroot}/ShooterGame/Content/Mods" -maxdepth 1 -type d -printf "%P\n"
) | sort | uniq | grep '^[1-9][0-9]*$' ) | sort | uniq | grep '^[1-9][0-9]*$' | grep -v '^111111111$'
} }
# #