mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
Fix typo in system.py.
This commit is contained in:
parent
4238d26918
commit
0ada956bc1
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ class CmdReset(MuxCommand):
|
|||
@reset
|
||||
|
||||
A cold reboot. This works like a mixture of @reload and @shutdown,
|
||||
- all shutdown hooks will be called and non-persistent scrips will
|
||||
- all shutdown hooks will be called and non-persistent scripts will
|
||||
be purged. But the Portal will not be affected and the server will
|
||||
automatically restart again.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue