Added newline to end of file

This commit is contained in:
n0q 2014-07-07 23:41:20 -04:00
parent d43c003cc8
commit 485844a150

View file

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