mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
fix charcreate contrib error messaging
This commit is contained in:
parent
fd05fe4c02
commit
8e974c0fde
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