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

@ -378,3 +378,4 @@ def CreateCharacter(session, new_player, typeclass, start_location, home, permis
session.msg("There was an error creating the Character:\n%s\n If this problem persists, contact an admin." % e) session.msg("There was an error creating the Character:\n%s\n If this problem persists, contact an admin." % e)
logger.log_trace() logger.log_trace()
return False return False