google-code-export / evennia

Automatically exported from code.google.com/p/evennia
Other
1 stars 0 forks source link

chargen.py code calls OOCCmdSet, which doesn't appear to exist #414

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Lime 181 in chargen.py -

class OOCCmdSetCharGen(default_cmds.OOCCmdSet):

There isn't any OOCCmdSet in ev where default_cmds is.

Original issue reported on code.google.com by DancesWi...@gmail.com on 29 Jul 2013 at 12:39

GoogleCodeExporter commented 9 years ago
Confirmed, thanks! This is a leftover from before OOCCmdSet was renamed to 
PlayerCmdSet.

Original comment by griatch on 30 Jul 2013 at 6:49

GoogleCodeExporter commented 9 years ago
Fixed in dev-clone. Pending merge.

Original comment by griatch on 12 Nov 2013 at 4:44

GoogleCodeExporter commented 9 years ago
Fixed in r148830d7dbbe.

Original comment by griatch on 28 Nov 2013 at 4:14