fixed srv lauched event to properly turn off the lights
This commit is contained in:
parent
3397ec1285
commit
e5c3671d0e
3 changed files with 1758 additions and 1675 deletions
|
@ -1,7 +1,8 @@
|
|||
## EliteDangerous v2.1
|
||||
## EliteDangerous v2.0.1
|
||||
|
||||
* fixed lights off command for SRV, will no longer have a loop on race condition
|
||||
* fixed discovery scan event for new EDDI variable naming
|
||||
* fixed srv lauched event to properly turn off the lights
|
||||
|
||||
# v0.4 (2019-10-12)
|
||||
|
||||
|
|
|
@ -198,7 +198,9 @@ accident :)
|
|||
|
||||
#### SRV Launched ####
|
||||
|
||||
Toggles SRV lights off after launching. Currently weirdly bugged.
|
||||
Toggles SRV lights off after launching. Might not work if you drop particularly
|
||||
far after deployment because it works off a timer. Conversely might take
|
||||
a second to turn your lights off on a short drop and/or in high gravity.
|
||||
|
||||
#### System Scan Complete ####
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue