Skip to content

Commit 498ebff

Browse files
committed
chore: Scavengers main room ISN'T groupchat-scavengers-test
1 parent c6895e9 commit 498ebff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ps/handlers/raw/scavengers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export function checkHunts(room: string, data: string) {
7070

7171
export function onEndHunt(this: Client, room: string, data: string) {
7272
if (!SCAVS_ROOMS.includes(room)) return;
73-
const isMainRoom = room === 'groupchat-scavengers-test';
73+
const isMainRoom = room === 'scavengers';
7474

7575
const huntEnd = data.match(HUNT_END_PATTERN) as { groups: { type: HuntType } } | null;
7676

0 commit comments

Comments
 (0)