diff --git a/src/commands/default/unloggedin.py b/src/commands/default/unloggedin.py index e2486c6f98..ecb4ff246d 100644 --- a/src/commands/default/unloggedin.py +++ b/src/commands/default/unloggedin.py @@ -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 \ No newline at end of file + return False + \ No newline at end of file