We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6895e9 commit 498ebffCopy full SHA for 498ebff
1 file changed
src/ps/handlers/raw/scavengers.tsx
@@ -70,7 +70,7 @@ export function checkHunts(room: string, data: string) {
70
71
export function onEndHunt(this: Client, room: string, data: string) {
72
if (!SCAVS_ROOMS.includes(room)) return;
73
- const isMainRoom = room === 'groupchat-scavengers-test';
+ const isMainRoom = room === 'scavengers';
74
75
const huntEnd = data.match(HUNT_END_PATTERN) as { groups: { type: HuntType } } | null;
76
0 commit comments