Fix the galaxy map regex
This commit is contained in:
parent
72a843919b
commit
2b3850ef98
@ -181,7 +181,7 @@
|
||||
"name": "system-line",
|
||||
"patterns": [
|
||||
{
|
||||
"pattern": "^(.*) \\( ([0-9-]+), ([0-9-]+) \\)$",
|
||||
"pattern": "^(.*)\s+\(\s*([0-9-]+), ([0-9-]+)\s*\)$",
|
||||
"type": "regex"
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user