forked from mirrors/0ad
Load the public mod by default. Fixes #2754.
This was SVN commit r15796.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user