Update unloggedin.py

This commit is contained in:
n0q 2014-07-08 00:03:07 -04:00
parent 485844a150
commit 5b6ab697b0

View file

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