diff options
Diffstat (limited to 'npc/006-1/crazyfefe.txt')
-rw-r--r-- | npc/006-1/crazyfefe.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index f43b01742..e120c2db1 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -160,7 +160,7 @@ function Challenge { } function StartFight { - if (getmapusers("006-1") < 3 && !$@GM_OVERRIDE) { + if (getmapusers("006-1") < 2 && !$@GM_OVERRIDE) { mapannounce("006-1", "Oh noes! There's not enough players. Fight aborted, no refunds!", bc_map); CleanUp(); } |