Update unloggedin.py
This commit is contained in:
parent
485844a150
commit
5b6ab697b0
1 changed files with 2 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ class CmdUnconnectedConnect(MuxCommand):
|
||||||
other types of logged-in commands (this is because
|
other types of logged-in commands (this is because
|
||||||
there is no object yet before the player has logged in)
|
there is no object yet before the player has logged in)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
session = self.caller
|
session = self.caller
|
||||||
args = self.args
|
args = self.args
|
||||||
# extract quoted parts
|
# 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)
|
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue