From 5b6ab697b0247a5fbfb497ac06515505ce15b244 Mon Sep 17 00:00:00 2001 From: n0q Date: Tue, 8 Jul 2014 00:03:07 -0400 Subject: [PATCH] Update unloggedin.py --- src/commands/default/unloggedin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +