mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
Fixed a bug since CmdCreate changed name to CmdUnloggedinCreate (to avoid name clashes in API)
This commit is contained in:
parent
734edbb761
commit
7c4e0213ce
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ class CmdUnconnectedCreate(MuxCommand):
|
|||
name enclosed in quotes:
|
||||
connect "Long name with many words" my@myserv.com mypassw
|
||||
"""
|
||||
super(CmdCreate, self).parse()
|
||||
super(CmdUnconnectedCreate, self).parse()
|
||||
|
||||
self.playerinfo = []
|
||||
if len(self.arglist) < 3:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue