Skip to content

Commit 1dc5564

Browse files
authored
Another server selector fix
1 parent bd0b903 commit 1dc5564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

search/freecompany.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"SERVER": {
3636
"selector": ".entry__world:nth-child(3)",
37-
"regex": "(?P<World>\\w*)\\s+\\((?P<DC>\\w*)\\)"
37+
"regex": "(?P<World>\\w*)\\s+\\[(?P<DC>\\w*)\\]"
3838
},
3939
"ACTIVE": {
4040
"selector": "li.entry__freecompany__fc-active:nth-child(4)",

0 commit comments

Comments
 (0)