SpanshAttack: OBOE on last jump
Introduced when I switched to announcing jumps on FSD engage. Or rather side effect of correcting the OBOE in the Spansh plugin + that change.
This commit is contained in:
parent
3261c11d70
commit
4483945f6a
3 changed files with 7 additions and 1 deletions
|
@ -7,6 +7,12 @@
|
|||
* No longer trying to get nearest CMDR for the new “Unconfirmed” system info.
|
||||
* Fixed RATSIGNAL parsing for locales containing `&`.
|
||||
|
||||
## SpanshAttack 7.2.1
|
||||
|
||||
### Fixed
|
||||
|
||||
* OBOE on last jump.
|
||||
|
||||
-----
|
||||
|
||||
# 4.2.3 (2021-05-23)
|
||||
|
|
|
@ -203,7 +203,7 @@ namespace SpanshAttack
|
|||
| required VoiceAttack plugin shenanigans |
|
||||
\========================================*/
|
||||
|
||||
static readonly Version VERSION = new Version("7.2.0");
|
||||
static readonly Version VERSION = new Version("7.2.1");
|
||||
|
||||
public static Guid VA_Id()
|
||||
=> new Guid("{e722b29d-898e-47dd-a843-a409c87e0bd8}");
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue