diff options
Diffstat (limited to 'Lingo 2.asl')
-rw-r--r-- | Lingo 2.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lingo 2.asl b/Lingo 2.asl index 6818885..e0878d2 100644 --- a/Lingo 2.asl +++ b/Lingo 2.asl | |||
@@ -341,7 +341,7 @@ split | |||
341 | vars.log("Split on collected mastery: " + vars.latestCollectible.Current); | 341 | vars.log("Split on collected mastery: " + vars.latestCollectible.Current); |
342 | } | 342 | } |
343 | } | 343 | } |
344 | else if (vars.latestCollectible.Current.EndsWith("_ending")) | 344 | else if (vars.latestCollectible.Current.EndsWith("_ending") && vars.latestCollectible.Current != "free_ending") |
345 | { | 345 | { |
346 | if (settings["ends"]) | 346 | if (settings["ends"]) |
347 | { | 347 | { |