mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 18:47:16 +01:00
Added newline to end of file
This commit is contained in:
parent
d43c003cc8
commit
485844a150
1 changed files with 2 additions and 1 deletions
|
|
@ -377,4 +377,5 @@ def CreateCharacter(session, new_player, typeclass, start_location, home, permis
|
|||
except Exception, e:
|
||||
session.msg("There was an error creating the Character:\n%s\n If this problem persists, contact an admin." % e)
|
||||
logger.log_trace()
|
||||
return False
|
||||
return False
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue