mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 18:47:16 +01:00
Fixed a typo in the example command template.
This commit is contained in:
parent
4ce750d1ee
commit
6fa5e42909
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ examples/cmdset.py)
|
|||
"""
|
||||
|
||||
from ev import Command as BaseCommand
|
||||
from ev import default_cmd
|
||||
from ev import default_cmds
|
||||
from ev import utils
|
||||
|
||||
class Command(BaseCommand):
|
||||
|
|
@ -89,7 +89,7 @@ class Command(BaseCommand):
|
|||
pass
|
||||
|
||||
|
||||
class MuxCommand(default_cmd.MuxCommand):
|
||||
class MuxCommand(default_cmds.MuxCommand):
|
||||
"""
|
||||
This sets up the basis for a Evennia's 'MUX-like' command
|
||||
style. The idea is that most other Mux-related commands should
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue