Skip to content

Commit

Permalink
SpanshAttack: fixed not getting next waypoint correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
alterNERDtive committed Jan 30, 2021
1 parent 1106aaf commit dcd58e1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0
4.0.1
2 changes: 1 addition & 1 deletion plugins/SpanshAttack/SpanshAttack.cs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ private static void Context_Startup(dynamic vaProxy)
| required VoiceAttack plugin shenanigans |
\========================================*/

static readonly Version VERSION = new Version("7.0.0");
static readonly Version VERSION = new Version("7.0.1");

public static Guid VA_Id()
=> new Guid("{e722b29d-898e-47dd-a843-a409c87e0bd8}");
Expand Down
2 changes: 1 addition & 1 deletion plugins/VoiceAttack-base/base.cs
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ private static void Context_Update_Check(dynamic vaProxy)
| required VoiceAttack plugin shenanigans |
\========================================*/

static readonly Version VERSION = new Version("4.0.0");
static readonly Version VERSION = new Version("4.0.1");

public static Guid VA_Id()
=> new Guid("{F7F59CFD-1AE2-4A7E-8F62-C62372418BAC}");
Expand Down
Binary file modified profiles/SpanshAttack-Profile.vap
Binary file not shown.

0 comments on commit dcd58e1

Please sign in to comment.