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

pull/57/head
sigonasr2 9 months ago
parent 4af39499e4
commit f401138006
  1. 2
      distribute.sh

@ -24,7 +24,7 @@ rm release/*.pdb
touch release/runGame.sh touch release/runGame.sh
echo "#!/bin/bash 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!\" echo \"Failed to Load through Steam Restarting without Steam API!\"
bin/AdventuresInLestoria nosteam bin/AdventuresInLestoria nosteam
else else

Loading…
Cancel
Save