Added a minor fix in the instructions to chargen.
This commit is contained in:
parent
4c0d4a0294
commit
88c1b0601f
2 changed files with 5 additions and 6 deletions
|
|
@ -24,7 +24,7 @@ from game.gamesrc.commands.basecommand import Command
|
|||
|
||||
#from contrib import menusystem, lineeditor
|
||||
#from contrib import misc_commands
|
||||
#from contrib import chargen, menu_login
|
||||
#from contrib import chargen
|
||||
|
||||
class DefaultCmdSet(cmdset_default.DefaultCmdSet):
|
||||
"""
|
||||
|
|
@ -49,8 +49,8 @@ class DefaultCmdSet(cmdset_default.DefaultCmdSet):
|
|||
# any commands you add below will overload the default ones.
|
||||
#
|
||||
#self.add(menusystem.CmdMenuTest())
|
||||
#self.add(lineeditor.CmdEditor())
|
||||
#self.add(misc_commands.CmdQuell())
|
||||
#self.add(lineeditor.CmdEditor())
|
||||
#self.add(misc_commands.CmdQuell())
|
||||
|
||||
class UnloggedinCmdSet(cmdset_unloggedin.UnloggedinCmdSet):
|
||||
"""
|
||||
|
|
@ -89,7 +89,6 @@ class OOCCmdSet(cmdset_ooc.OOCCmdSet):
|
|||
"""
|
||||
# calling setup in src.commands.default.cmdset_ooc
|
||||
super(OOCCmdSet, self).at_cmdset_creation()
|
||||
|
||||
#
|
||||
# any commands you add below will overload the default ones.
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue