mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Setting some defaults.
This commit is contained in:
parent
b6303808ec
commit
6481cee1ea
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ from src.commands.default import cmdset_default, cmdset_unloggedin, cmdset_ooc
|
|||
from game.gamesrc.commands.basecommand import Command
|
||||
|
||||
#from contrib import menusystem, lineeditor
|
||||
from contrib import misc_commands
|
||||
#from contrib import misc_commands
|
||||
|
||||
class DefaultCmdSet(cmdset_default.DefaultCmdSet):
|
||||
"""
|
||||
|
|
@ -49,7 +49,7 @@ class DefaultCmdSet(cmdset_default.DefaultCmdSet):
|
|||
#
|
||||
#self.add(menusystem.CmdMenuTest())
|
||||
#self.add(lineeditor.CmdEditor())
|
||||
self.add(misc_commands.CmdQuell())
|
||||
#self.add(misc_commands.CmdQuell())
|
||||
|
||||
class UnloggedinCmdSet(cmdset_unloggedin.UnloggedinCmdSet):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue