Adding missing trigger for space ticks
This commit is contained in:
parent
a5b4a36c12
commit
85c052b6de
@ -5,6 +5,10 @@
|
|||||||
{
|
{
|
||||||
"pattern": "^Remaining jump time:",
|
"pattern": "^Remaining jump time:",
|
||||||
"type": "regex"
|
"type": "regex"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "^Speed: [0-9]+ Fuel Level: [0-9]+% Coords: [-0-9]+ [-0-9]+ [-0-9]+$",
|
||||||
|
"type": "regex"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"script": "lotj.infoPanel.markSpaceTick()"
|
"script": "lotj.infoPanel.markSpaceTick()"
|
||||||
|
Loading…
Reference in New Issue
Block a user