summaryrefslogtreecommitdiff
path: root/npc/functions/clear_vars.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/clear_vars.txt')
-rw-r--r--npc/functions/clear_vars.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/clear_vars.txt b/npc/functions/clear_vars.txt
index 451000d1..185009c9 100644
--- a/npc/functions/clear_vars.txt
+++ b/npc/functions/clear_vars.txt
@@ -2,7 +2,7 @@
function script isChristmas21 {
// FIXME: 12/12 = 346; 26/12 = 360; 09/01 = 9 (OBVIOUSLY)
- return (gettime(8) >= 346 || gettime(8) <= 9 || $@XMAS21);
+ return (gettime(8) >= 346 || gettime(8) <= 9 || $@XMAS21_OVERRIDE);
}
function script ClearVariables {