Bump SCUM plugin registration version

This commit is contained in:
npc0-hue
2026-08-27 16:59:31 +08:00
parent a0e7ae362b
commit d3b7207019
5 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -463,7 +463,7 @@ if (!logSources.some((source) => source.kind === "process.stderr" && source.stre
if (!plugin.gameClientBridge?.commands?.length) {
missing.push("game client bridge declarations");
}
for (const pageKey of ["players", "squads", "live-map", "gifts"]) {
for (const pageKey of ["players", "squads", "live-map", "gifts", "workflows"]) {
if (!pageKeys.includes(pageKey)) {
missing.push(`SCUM page ${pageKey}`);
}