From 385b0457af94c898377a227bf7aa5e0350350d9f Mon Sep 17 00:00:00 2001 From: Eein Date: Sun, 3 Apr 2022 10:57:43 -0700 Subject: [PATCH] rebase and cleanup tabs --- octopath.asl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/octopath.asl b/octopath.asl index d8a5007..2ac65ea 100644 --- a/octopath.asl +++ b/octopath.asl @@ -64,13 +64,13 @@ init { // Stole this from FF13 Autosplitter, thanks Roosta :) // Might be better implementation possible foreach (LiveSplit.UI.Components.IComponent component in timer.Layout.Components) { - if (component.GetType().Name == "TextComponent") { - if (settings["encounter_death_counter"] == true & vars.counterTextComponent == -1) { + if (component.GetType().Name == "TextComponent") { + if (settings["encounter_death_counter"] == true & vars.counterTextComponent == -1) { vars.counterTextComponent = component; vars.counterTextComponent.Settings.Text1 = "Encounters / Deaths"; vars.UpdateCounter(); } - } + } } } @@ -741,4 +741,4 @@ split { else if (current.zoneID == 194 && current.money - old.money == 100000) { return vars.Split("at_journeys_end"); } -} \ No newline at end of file +}