Must have at least 20 messages to be considered a successful run.

This commit is contained in:
sigonasr2 2024-05-30 20:24:03 -05:00
parent 4af39499e4
commit f401138006

View File

@ -24,7 +24,7 @@ rm release/*.pdb
touch release/runGame.sh
echo "#!/bin/bash
if [ \`bin/AdventuresInLestoria | wc -l\` == 0 ]; then
if [ \`bin/AdventuresInLestoria | wc -l\` -lt 20 ]; then
echo \"Failed to Load through Steam Restarting without Steam API!\"
bin/AdventuresInLestoria nosteam
else