From 0ada956bc1fc45db23a84790ed9a1707ff37dfa1 Mon Sep 17 00:00:00 2001 From: Ahmed Charles Date: Sun, 8 Feb 2015 16:33:11 -0800 Subject: [PATCH] Fix typo in system.py. --- evennia/commands/default/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """