SpanshAttack: fixed getting current jump range from EDDI

Not waiting for the plugin context to finish running caused it to pretty consistently fail on the first attempt, and return the last value for attempts after that.
This commit is contained in:
alterNERDtive 2022-05-22 12:49:06 +02:00
parent d771d0b403
commit 5421478d6e
3 changed files with 6 additions and 1 deletions

View file

@ -10,6 +10,11 @@
* `auto disable s r v lights` setting: Automatically turn SRV lights off when
deploying one. Default: true. (#133)
## SpashAttack 7.2.2
* Fixed getting current jump range from EDDI; no longer fails on the first try,
no longer sometimes reports the last requested range instead of current.
-----
# 4.3 (2022-05-19)

View file

@ -203,7 +203,7 @@ namespace SpanshAttack
| required VoiceAttack plugin shenanigans |
\========================================*/
static readonly Version VERSION = new Version("7.2.1");
static readonly Version VERSION = new Version("7.2.2");
public static Guid VA_Id()
=> new Guid("{e722b29d-898e-47dd-a843-a409c87e0bd8}");

Binary file not shown.