summaryrefslogtreecommitdiff
path: root/npc/annuals/xmas/2021.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/annuals/xmas/2021.txt')
-rw-r--r--npc/annuals/xmas/2021.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt
index aca3a4da..58d50ff1 100644
--- a/npc/annuals/xmas/2021.txt
+++ b/npc/annuals/xmas/2021.txt
@@ -292,7 +292,7 @@ function script X21INIT {
}
if (instance_id() >= 0)
- instance_set_timeout(1800, 1800);
+ instance_set_timeout(getarg(0, 1800), getarg(0, 1800));
return;
}