diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-06-20 13:35:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-06-20 13:35:21 -0300 |
commit | 7a81bb756ed7cc6baedd22df81a74d0197e964a4 (patch) | |
tree | 836ea8b894668dbc16919e068dc194a4c5cf599c /npc/functions | |
parent | ab5b141ef5d6a7dc389c99297a044e15f36d2ede (diff) | |
download | serverdata-7a81bb756ed7cc6baedd22df81a74d0197e964a4.tar.gz serverdata-7a81bb756ed7cc6baedd22df81a74d0197e964a4.tar.bz2 serverdata-7a81bb756ed7cc6baedd22df81a74d0197e964a4.tar.xz serverdata-7a81bb756ed7cc6baedd22df81a74d0197e964a4.zip |
Forgot BS restriction
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/event.txt | 2 |
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) |