From fca9aee26cdfdcc1d209327a2c063f44c94de4fd Mon Sep 17 00:00:00 2001 From: houmgaor Date: Wed, 18 Feb 2026 13:52:19 +0100 Subject: [PATCH] Fix course command mitigation: reference Courses array, not DefaultCourses The !course command checks the Courses config array (not DefaultCourses) to determine which courses players can toggle. DefaultCourses sets always-on courses by ID; Courses controls per-course toggleability. --- Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands.md b/Commands.md index cbae64d..d460943 100644 --- a/Commands.md +++ b/Commands.md @@ -76,7 +76,7 @@ These control the Raviente large-scale raid. Some subcommands require the ZZ cli | Command | Risk | Mitigation | |---------|------|------------| -| `course` | Players toggle courses without payment | Limit which courses are available via `DefaultCourses` in [config](Erupe-Configuration#courses-subscription-types) | +| `course` | Players toggle courses without payment | Limit which courses are available via `Courses` in [config](Erupe-Configuration#courses-subscription-types) (set `Enabled: false` to lock) | ### Safe