Skip to content

Commit

Permalink
Another server selector fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karashiiro authored Apr 12, 2022
1 parent 00cf81e commit 1e8a92c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pvpteam/members.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"SERVER": {
"selector": ".entry__world",
"regex": "(?P<World>\\w*)\\s+\\((?P<DC>\\w*)\\)"
"regex": "(?P<World>\\w*)\\s+\\[(?P<DC>\\w*)\\]"
}
}
}
}

0 comments on commit 1e8a92c

Please sign in to comment.