summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/event.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt
index 970d5e04d..9ee38c27b 100644
--- a/npc/functions/event.txt
+++ b/npc/functions/event.txt
@@ -298,6 +298,8 @@ function script CraftmasterDay {
return;
// Date check
+ if (!$BETASERVER)
+ return;
if (gettime(7) != 2021)
return;
if (gettime(6) != JUNE)