Rename group package and defaults to halls

This commit is contained in:
Storm Dragon
2026-05-17 22:37:38 -04:00
parent 55528b8e62
commit a8ada950d5
26 changed files with 459 additions and 459 deletions
+1 -1
View File
@@ -4712,7 +4712,7 @@ async function start() {
if(groupStatus.name) {
group = groupStatus.name;
} else {
console.warn("no group name in status");
console.warn("no hall name in status");
group = decodeURIComponent(
location.pathname.replace(/^\/[a-z]*\//, '').replace(/\/$/, ''),
);