1
0
forked from mirrors/0ad

Load the public mod by default. Fixes #2754.

This was SVN commit r15796.
This commit is contained in:
leper
2014-09-24 17:49:22 +00:00
parent 4753a0c1c2
commit 533fb6f7bc
3 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
pyrogenesis=$(which pyrogenesis 2> /dev/null)
if [ -x "$pyrogenesis" ] ; then
"$pyrogenesis" -mod=public "$@"
"$pyrogenesis" "$@"
else
echo "Error: pyrogenesis not found in ($PATH)"
exit 1