Merge pull request #3645 from InspectorCaracal/InspectorCaracal-patch-2
Update error message for Character Creator
This commit is contained in:
commit
fb0dedd893
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ class ContribCmdCharCreate(MuxAccountCommand):
|
||||||
)
|
)
|
||||||
|
|
||||||
if errors:
|
if errors:
|
||||||
self.msg(errors)
|
self.msg("\n".join(errors))
|
||||||
if not new_character:
|
if not new_character:
|
||||||
return
|
return
|
||||||
# initalize the new character to the beginning of the chargen menu
|
# initalize the new character to the beginning of the chargen menu
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue