Fixed a bug since CmdCreate changed name to CmdUnloggedinCreate (to avoid name clashes in API)

This commit is contained in:
Griatch 2012-03-25 19:59:53 +02:00
parent 734edbb761
commit 7c4e0213ce

View file

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