|
@ -114,6 +114,7 @@ elif [ "${shortname}" == "arma3" ]; then |
|
|
elif [ "${engine}" == "quake" ]; then |
|
|
elif [ "${engine}" == "quake" ]; then |
|
|
${executable} ${parms} -condebug |
|
|
${executable} ${parms} -condebug |
|
|
else |
|
|
else |
|
|
|
|
|
# shellcheck disable=SC2086 |
|
|
${preexecutable} ${executable} ${parms} |
|
|
${preexecutable} ${executable} ${parms} |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|