diff --git a/src/commands/default/unloggedin.py b/src/commands/default/unloggedin.py index ecb4ff246d..1a7d299770 100644 --- a/src/commands/default/unloggedin.py +++ b/src/commands/default/unloggedin.py @@ -54,7 +54,7 @@ class CmdUnconnectedConnect(MuxCommand): other types of logged-in commands (this is because there is no object yet before the player has logged in) """ - + session = self.caller args = self.args # extract quoted parts @@ -378,4 +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) logger.log_trace() return False - \ No newline at end of file +