Skip to content

Commit

Permalink
Print more info if character cannot be created
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Apr 12, 2023
1 parent 37a27b8 commit e081a67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/pages/createaccount.php
Expand Up @@ -232,6 +232,7 @@
$character_created = $createCharacter->doCreate($character_name, $character_sex, $character_vocation, $character_town, $new_account, $errors);
if (!$character_created) {
error('There was an error creating your character. Please create your character later in account management page.');
error(implode(' ', $errors));
}
}

Expand Down

0 comments on commit e081a67

Please sign in to comment.