diff options
-rw-r--r-- | npc/functions/scoreboards.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index 18cf75507..aa2e42f18 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -103,7 +103,8 @@ OnHour22: OnHour23: OnInit: ScoreboardsReload(); - deletearray $@FORT_BLACKLIST; + if (gettime(GETTIME_HOUR) % 3 == 0) + deletearray $@FORT_BLACKLIST; end; } |