diff --git a/evennia/commands/default/system.py b/evennia/commands/default/system.py index de562c8b2b..f6adb9a4a8 100644 --- a/evennia/commands/default/system.py +++ b/evennia/commands/default/system.py @@ -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. """