Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Alium58 committed Nov 26, 2023
1 parent ed023f5 commit d4956ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions RELEASE/scripts/autoscend.ash
Original file line number Diff line number Diff line change
Expand Up @@ -2052,12 +2052,12 @@ void main(string... input)
backupSetting("printStackOnAbort", true);

// parse input
if(count(input) > 0 && input[0] == "sim")
{
// display useful items/skills/perms/etc and if the user has them
printSim();
if(count(input) > 0 && input[0] == "sim")
{
// display useful items/skills/perms/etc and if the user has them
printSim();
return;
}
}

print_help_text();
sad_times();
Expand Down

0 comments on commit d4956ee

Please sign in to comment.