EliteAttack: fixed Docked event for Oddity settlements

fixes #145
This commit is contained in:
alterNERDtive 2022-06-16 12:10:49 +02:00
parent 35c26e930f
commit 1cdd9c98bd
3 changed files with 8 additions and 1 deletions

View file

@ -6,6 +6,13 @@
variables (`~<name>`) not working as intended. This was introduced in
refactoring work that was done for 4.4.
## EliteAttack 8.4.1
### Fixed
* `Docked` event now handles Odyssey settlements properly (they have no hangar).
(#145)
## RatAttack 6.3.2
### Fixed

View file

@ -30,7 +30,7 @@ namespace EliteAttack
/// </summary>
public class EliteAttack
{
private static readonly Version VERSION = new ("8.4");
private static readonly Version VERSION = new ("8.4.1");
private static VoiceAttackLog? log;
private static VoiceAttackCommands? commands;

Binary file not shown.