Bump SCUM plugin registration version
This commit is contained in:
@@ -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}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user