From 7c4e0213ced98bce86f19435c9dba95d02e06ff7 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 25 Mar 2012 19:59:53 +0200 Subject: [PATCH] Fixed a bug since CmdCreate changed name to CmdUnloggedinCreate (to avoid name clashes in API) --- src/commands/default/unloggedin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/default/unloggedin.py b/src/commands/default/unloggedin.py index 694d09f578..cbd34268bf 100644 --- a/src/commands/default/unloggedin.py +++ b/src/commands/default/unloggedin.py @@ -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: