mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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:
|
||||
self.msg(errors)
|
||||
self.msg("\n".join(errors))
|
||||
if not new_character:
|
||||
return
|
||||
# initalize the new character to the beginning of the chargen menu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue