diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/gmbot.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index dcab8acb2..7e4bc903c 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -71,7 +71,7 @@ OnTimer300000: } } - // Min. 2 NPCs for the Lightbringer to show up + // Min. 2 PCs for the Lightbringer to show up if (!.busy) { if (.users <= 2 && !$@GM_OVERRIDE) { disablenpc .name$; |