summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-06-20 13:35:21 -0300
committerJesusaves <cpntb1@ymail.com>2021-06-20 13:35:21 -0300
commit7a81bb756ed7cc6baedd22df81a74d0197e964a4 (patch)
tree836ea8b894668dbc16919e068dc194a4c5cf599c
parentab5b141ef5d6a7dc389c99297a044e15f36d2ede (diff)
downloadserverdata-7a81bb756ed7cc6baedd22df81a74d0197e964a4.tar.gz
serverdata-7a81bb756ed7cc6baedd22df81a74d0197e964a4.tar.bz2
serverdata-7a81bb756ed7cc6baedd22df81a74d0197e964a4.tar.xz
serverdata-7a81bb756ed7cc6baedd22df81a74d0197e964a4.zip
Forgot BS restriction
-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)