From abf7167e08d74671ecad236d12bbff25f98ac488 Mon Sep 17 00:00:00 2001 From: Oscuro87 Date: Tue, 28 Jan 2020 16:31:30 +0100 Subject: [PATCH] Fix a comment I broke, part 2... --- evennia/scripts/scripts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/scripts/scripts.py b/evennia/scripts/scripts.py index f89fcb2d67..1326b4ffec 100644 --- a/evennia/scripts/scripts.py +++ b/evennia/scripts/scripts.py @@ -566,7 +566,7 @@ class DefaultScript(ScriptBase): first call the stop hooks, and then the start hooks again. Args: interval (int, optional): Allows for changing the interval - of the Script. Given in seconds. if `None`, will use the + of the Script. Given in seconds. if `None`, will use the already stored interval. repeats (int, optional): The number of repeats. If unset, will use the previous setting. start_delay (bool, optional): If we should wait `interval` seconds