mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 14:07:16 +02:00
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
|
||||
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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue