Skip to content

Commit 1e8a92c

Browse files
authored
Another server selector fix
1 parent 00cf81e commit 1e8a92c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pvpteam/members.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"SERVER": {
3535
"selector": ".entry__world",
36-
"regex": "(?P<World>\\w*)\\s+\\((?P<DC>\\w*)\\)"
36+
"regex": "(?P<World>\\w*)\\s+\\[(?P<DC>\\w*)\\]"
3737
}
3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)