mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 01:06:32 +01:00
Some doc cleanup.
This commit is contained in:
parent
edc25824f7
commit
0077408d02
3 changed files with 8 additions and 10 deletions
|
|
@ -1053,7 +1053,7 @@ class Exit(Object):
|
|||
locks=str(exidbobj.locks),
|
||||
auto_help=False,
|
||||
destination=exidbobj.db_destination,
|
||||
arg_regex=r"$",
|
||||
arg_regex=r"^$",
|
||||
is_exit=True,
|
||||
obj=exidbobj)
|
||||
# create a cmdset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue