fix charcreate contrib error messaging

This commit is contained in:
InspectorCaracal 2024-10-17 11:17:13 -06:00 committed by GitHub
parent fd05fe4c02
commit 8e974c0fde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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