summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-02-23 12:11:37 -0300
committerJesusaves <cpntb1@ymail.com>2021-02-23 12:11:37 -0300
commit4686f149a5ce0bbd858a002565d0f69e42876469 (patch)
tree7e27d9366a97304a2b353eeaca17bbdb98d030fb /npc/functions
parent713121b394f7b08c0846691aaebd56afc08d71f3 (diff)
downloadserverdata-4686f149a5ce0bbd858a002565d0f69e42876469.tar.gz
serverdata-4686f149a5ce0bbd858a002565d0f69e42876469.tar.bz2
serverdata-4686f149a5ce0bbd858a002565d0f69e42876469.tar.xz
serverdata-4686f149a5ce0bbd858a002565d0f69e42876469.zip
Correct blacklist cleanup sequence
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/scoreboards.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt
index ff2f218ec..1e833b1c1 100644
--- a/npc/functions/scoreboards.txt
+++ b/npc/functions/scoreboards.txt
@@ -95,6 +95,7 @@ OnHour22:
OnHour23:
OnInit:
ScoreboardsReload();
+ deletearray $@FORT_BLACKLIST;
end;
}