parent
35c26e930f
commit
1cdd9c98bd
3 changed files with 8 additions and 1 deletions
|
@ -6,6 +6,13 @@
|
||||||
variables (`~<name>`) not working as intended. This was introduced in
|
variables (`~<name>`) not working as intended. This was introduced in
|
||||||
refactoring work that was done for 4.4.
|
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
|
## RatAttack 6.3.2
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -30,7 +30,7 @@ namespace EliteAttack
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class EliteAttack
|
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 VoiceAttackLog? log;
|
||||||
private static VoiceAttackCommands? commands;
|
private static VoiceAttackCommands? commands;
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue