diff options
-rw-r--r-- | npc/functions/event.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt index c9368898f..961ba876b 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -393,7 +393,7 @@ OnTimer90000: .score+=.users; // Do event (lasts 45 minutes) - if (!.event && !$@MK_SCENE && .score > 300 && .users > 3) { + if (!.event && !$@MK_SCENE && .score > 300 && .users >= 3) { /* Reserve Aeros */ $@MK_SCENE=MK_LOCKED; /* Setup the event */ |